Skip to content

Commit a193f0d

Browse files
committed
feat(light): add action sheet button bg selected fallback
1 parent 4b149a9 commit a193f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/themes/ios/light.tokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const lightTheme: LightTheme = {
1212
},
1313
components: {
1414
IonActionSheet: {
15-
buttonBgSelected: 'var(--ion-background-color)',
15+
buttonBgSelected: `var(--ion-background-color, ${defaultPrimitiveColors.white})`,
1616
},
1717
IonDatetime: {
1818
timeBodyBg: '#edeef0',

0 commit comments

Comments
 (0)