kea-react
Version:
Componentes comunes de react
9 lines (8 loc) • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.dark = "linear-gradient(rgba(4,80,154, 1),rgba(3,55,105, 1))";
exports.light = "linear-gradient(#fdfdfd, #e8e8e8)";
exports.darkHover = "rgba(3,40,80, 1)";
exports.darkSelected = "#000000";
exports.lightHover = "#fbfbfb";
exports.lightSelected = "#ffffff";