Lines Matching refs:lightTheme
1 import { spacing, lightTheme, darkTheme, borderRadius, typography } from '@expo/styleguide-native';
145 default: { color: lightTheme.text.default },
146 error: { color: lightTheme.text.error },
147 warning: { color: lightTheme.text.warning },
148 success: { color: lightTheme.text.success },
149 secondary: { color: lightTheme.text.secondary },
150 primary: { color: lightTheme.button.primary.background },
151 link: { color: lightTheme.link.default },
173 default: { backgroundColor: lightTheme.background.default },
174 secondary: { backgroundColor: lightTheme.background.secondary },
175 overlay: { backgroundColor: lightTheme.background.overlay },
176 success: { backgroundColor: lightTheme.background.success },
177 warning: { backgroundColor: lightTheme.background.warning },
178 error: { backgroundColor: lightTheme.background.error },
205 primary: lightTheme.button.primary.background,
206 background: lightTheme.background.screen,
207 card: lightTheme.background.default,
208 text: lightTheme.text.default,
209 border: lightTheme.border.default,
210 notification: lightTheme.highlight.accent,
227 default: { borderColor: lightTheme.border.default, borderWidth: 1 },
228 warning: { borderColor: lightTheme.border.warning, borderWidth: 1 },
229 hairline: { borderColor: lightTheme.border.default, borderWidth: StyleSheet.hairlineWidth },