Skip to content

Commit 2e60b60

Browse files
committed
style: refactor input on dropdown 🎨
1 parent 31dabc9 commit 2e60b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/ion/src/lib/dropdown/dropdown.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146

147147
&:focus-within {
148148
border-color: ion-theme(input-element-active-border-color);
149-
box-shadow: 0 0 0 2px ion-theme(input-element-active-shadow-color);
149+
box-shadow: 0 0 0 2px ion-theme(primary-2);
150150
}
151151

152152
ion-icon {

0 commit comments

Comments
 (0)