Skip to content

Commit c620575

Browse files
committed
fix stylelint errors
1 parent 0032cca commit c620575

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/css/component-frame.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@
5252
top: 60px;
5353
border-radius: 4px;
5454
z-index: 1;
55-
border-radius: 4px;
56-
z-index: 1;
57-
box-shadow: 0px 3px 10px -4px var(--color-brand-gray8);
55+
box-shadow: 0 3px 10px -4px var(--color-brand-gray8);
5856
}
5957

6058
.frame-dropdown .frame-dropdown-list {

0 commit comments

Comments
 (0)