UNPKG

dm-web-react

Version:

The DM web client with React.

32 lines 809 B
var white = { main: { background: "#212329", }, panel: { background: "#fff", }, select: { background: "#1E2129", background_active: "#1E2129", borderColor: "#1E2129", borderColor_active: "#1E2129", borderColor_hover: "#33A7FF", }, checkbox: { normal: { color: "#5C6066", }, button: { color: "#737880", color_active: "#22272E", color_hover: "#22272E", background: "transparent", background_active: "#E6F4FF", borderColor: "transparent", borderColor_active: "#33A7FF", }, }, }; export { white }; export { default } from "./black"; //# sourceMappingURL=white.js.map