Skip to content

Commit 057903a

Browse files
committed
Fix styles
1 parent eba36e9 commit 057903a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popup/parts/Select/styles/Select.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
background-color: var(--input-background-color);
77
border: 0;
88
border-radius: 5px 5px 0 0;
9-
box-shadow: 0 2px 5px var(--input-background-focus-color);
9+
box-shadow: 0 0 5px var(--input-background-focus-color);
1010
color: var(--base-text-color);
1111
font-size: 14px;
1212
font-weight: 500;

0 commit comments

Comments
 (0)