react-native-cn-quill
Version:
react-native quill richtext editor
21 lines (20 loc) • 459 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.lightTheme = exports.darkTheme = void 0;
const darkTheme = {
background: '#1c1e21',
color: '#ebedf0',
overlay: 'rgba(255, 255, 255, .15)',
size: 30
};
exports.darkTheme = darkTheme;
const lightTheme = {
background: '#ebedf0',
color: '#1c1e21',
overlay: 'rgba(55,99,115, .1)',
size: 30
};
exports.lightTheme = lightTheme;
//# sourceMappingURL=themes.js.map