Skip to content

Commit cf52df7

Browse files
committed
fix(select): update into the correct token
1 parent b87a914 commit cf52df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/item/item.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:host {
88
--background: #{globals.$ion-bg-surface-default};
99
--background-activated: #{globals.$ion-bg-select-default};
10-
--background-focused: #{globals.$ion-primitives-neutral-200};
10+
--background-focused: #{globals.$ion-bg-neutral-subtlest-press};
1111
--background-focused-opacity: 0;
1212
--border-color: #{globals.$ion-primitives-neutral-300};
1313
--border-style: #{globals.$ion-border-style-solid};

0 commit comments

Comments
 (0)