prestyled
Version:
React components for styling web projects, based upon Theme UI
21 lines (19 loc) • 341 B
text/typescript
import theme from '@theme-ui/preset-tailwind';
export const alerts = {
...(theme.alerts && theme.alerts),
primary: {
color: 'background',
},
secondary: {
color: 'background',
bg: 'secondary',
},
accent: {
color: 'background',
bg: 'accent',
},
highlight: {
color: 'text',
bg: 'highlight',
},
};