UNPKG

@pablo-amberflo/ui-kit-test

Version:

Amberflo UI Kit

25 lines (23 loc) 499 B
import { theme } from "../../../styles"; export const styles = () => ({ info: { background: theme.action.active, color: theme.action.primary, }, warn: { background: theme.warning.lighter, color: theme.warning.dark, }, success: { background: theme.success.light, color: theme.success.main, }, neutral: { background: theme.neutral.light, color: theme.neutral.main, }, error: { background: theme.error.light, color: theme.error.main, }, });