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.

11 lines (10 loc) 242 B
//#region src/tutorial/consts.ts const tutorialColors = { bg: "darkBlue.main", buttonColor: "digiGreen.main", color: "white" }; //#endregion export { tutorialColors }; globalThis.__vuiVersion__ = "5.3.1" //# sourceMappingURL=consts.js.map