UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

16 lines (15 loc) 374 B
//#region src/switch/consts.ts const switchColors = { main: "seaBlue.main", hover: "seaBlue.40", offBg: "sandstone.55", offBgContrast: "sandstone.45", disabled: "sandstone.main", disabledBg: "sandstone.95", green: "landGreen.main", red: "energyRed.main" }; //#endregion export { switchColors }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=consts.js.map