Lines Matching refs:lightTheme
1 import { lightTheme, darkTheme, borderRadius, shadows, palette } from '@expo/styleguide-native';
19 color: lightTheme.text.default,
32 primary: { color: lightTheme.button.primary.foreground },
33 secondary: { color: lightTheme.button.secondary.foreground },
34 tertiary: { color: lightTheme.button.tertiary.foreground },
35 ghost: { color: lightTheme.button.ghost.foreground },
36 transparent: { color: lightTheme.button.transparent.foreground },
37 default: { color: lightTheme.text.default },
72 default: { backgroundColor: lightTheme.background.default },
73 primary: { backgroundColor: lightTheme.button.primary.background },
74 secondary: { backgroundColor: lightTheme.button.secondary.background },
75 tertiary: { backgroundColor: lightTheme.button.tertiary.background },
76 ghost: { backgroundColor: lightTheme.button.ghost.background },
77 transparent: { backgroundColor: lightTheme.button.transparent.background },
78 disabled: { backgroundColor: lightTheme.status.default },
82 ghost: { borderColor: lightTheme.button.ghost.border, borderWidth: 1 },
129 default: lightTheme.background.secondary,
130 primary: lightTheme.background.tertiary,
131 secondary: lightTheme.background.quaternary,
133 ghost: lightTheme.background.tertiary,
134 transparent: lightTheme.background.secondary,