"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.defaultTheme=void 0;var defaultTheme=exports.defaultTheme={color:{background:function background(theme){return theme.color.primary;},text:function text(theme){return theme.color.text.onColor;}}};