UNPKG

@hc.ds/mobile

Version:
21 lines (19 loc) 490 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IconTheme = void 0; var _Colors = require("../Colors"); /** * Theme map */ const IconTheme = exports.IconTheme = { primary: _Colors.Colors.primary[100], success: _Colors.Colors.success[100], danger: _Colors.Colors.danger[100], warning: _Colors.Colors.warning[100], light: _Colors.Colors.white, dark: _Colors.Colors.text, weak: _Colors.Colors.weak }; //# sourceMappingURL=theme.js.map