@madeja-studio/telar
Version:
UI component library by Madeja Studio
2 lines • 956 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:true});exports.defaultTheme=void 0;var defaultTheme=exports.defaultTheme={color:{danger:{background:function background(theme){return theme.color.danger;},text:function text(theme){return theme.color.text.onColor;}},disabled:{background:function background(theme){return theme.color.background.disabled;},text:function text(theme){return theme.color.text.onColor;}},primary:{background:function background(theme){return theme.color.primary;},text:function text(theme){return theme.color.text.onColor;}},secondary:{background:function background(theme){return theme.color.secondary;},text:function text(theme){return theme.color.text.onColor;}},tertiary:{background:function background(theme){return theme.color.tertiary;},text:function text(theme){return theme.color.text.onColor;}}},defaults:{hasAutoLoad:true,hasHapticFeedback:true,style:{row:{},text:{}}}};
//# sourceMappingURL=theme.js.map