UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

15 lines (14 loc) 324 B
"use strict"; export const defaultTheme = { color: { error: { background: theme => theme.color.danger, text: theme => theme.color.text.onColor }, success: { background: theme => theme.color.primary, text: theme => theme.color.text.onColor } } }; //# sourceMappingURL=theme.js.map