You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
463 B
20 lines
463 B
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.default = void 0;
|
|
const DefaultTheme = {
|
|
dark: false,
|
|
colors: {
|
|
primary: 'rgb(0, 122, 255)',
|
|
background: 'rgb(242, 242, 242)',
|
|
card: 'rgb(255, 255, 255)',
|
|
text: 'rgb(28, 28, 30)',
|
|
border: 'rgb(216, 216, 216)',
|
|
notification: 'rgb(255, 59, 48)'
|
|
}
|
|
};
|
|
var _default = DefaultTheme;
|
|
exports.default = _default;
|
|
//# sourceMappingURL=DefaultTheme.js.map
|