We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b149a9 commit a193f0dCopy full SHA for a193f0d
core/src/themes/ios/light.tokens.ts
@@ -12,7 +12,7 @@ export const lightTheme: LightTheme = {
12
},
13
components: {
14
IonActionSheet: {
15
- buttonBgSelected: 'var(--ion-background-color)',
+ buttonBgSelected: `var(--ion-background-color, ${defaultPrimitiveColors.white})`,
16
17
IonDatetime: {
18
timeBodyBg: '#edeef0',
0 commit comments