@veracity/vui
Version:
Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.
13 lines (12 loc) • 291 B
JavaScript
//#region src/radio/consts.ts
const radioColors = {
readOnly: "sandstone.30",
unchecked: "sandstone.60",
checked: "seaBlue.28",
hover: "seaBlue.20",
focus: "seaBlue.35"
};
//#endregion
export { radioColors };
globalThis.__vuiVersion__ = "5.4.0-alpha"
//# sourceMappingURL=consts.js.map