Skip to content

Commit 127027c

Browse files
committed
refactor(searchbar): correct hover styles
1 parent 682b233 commit 127027c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/searchbar/searchbar.ionic.scss

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

128128
/* Hover */
129129
:host(:hover) {
130-
--icon-color: #{globals.$ionic-color-neutral-900};
130+
--background: #{globals.$ionic-color-neutral-200};
131131
}
132132

133133
/* Focus */

0 commit comments

Comments
 (0)