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.

13 lines (12 loc) 285 B
//#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.3.1" //# sourceMappingURL=consts.js.map