@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
17 lines (16 loc) • 371 B
JavaScript
//#region src/checkbox/consts.ts
const checkboxColors = {
readOnly: "sandstone.30",
unchecked: "sandstone.60",
checked: "seaBlue.28",
hover: "seaBlue.20",
focus: "seaBlue.35"
};
const disabled = {
icon: "sandstone.79",
text: "sandstone.60"
};
//#endregion
export { checkboxColors, disabled };
globalThis.__vuiVersion__ = "5.3.1"
//# sourceMappingURL=consts.js.map