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.
|
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
|
exports.GRAY_DARK = exports.GRAY = exports.ORANGE = exports.GREEN = exports.WHITE = exports.BLUE = exports.RED = void 0;
|
|
|
|
exports.RED = '#ee0a24';
|
|
|
|
exports.BLUE = '#1989fa';
|
|
|
|
exports.WHITE = '#fff';
|
|
|
|
exports.GREEN = '#07c160';
|
|
|
|
exports.ORANGE = '#ff976a';
|
|
|
|
exports.GRAY = '#323233';
|
|
|
|
exports.GRAY_DARK = '#969799';
|