Lines Matching refs:theme
2 import { theme, typography } from '@expo/styleguide';
33 background-color: ${theme.background.element};
43 color: ${theme.icon.secondary};
52 background-color: ${theme.palette.green2};
53 color: ${theme.text.success};
57 background-color: ${theme.palette.green4};
58 color: ${theme.text.success};
62 background-color: ${theme.palette.red2};
63 color: ${theme.text.danger};
67 background-color: ${theme.palette.red4};
68 color: ${theme.text.danger};