@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
11 lines (9 loc) • 461 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/components/alpha-slider/alpha-slider.style.ts
const alphaSliderStyle = require_config.defineComponentSlotStyle({ base: { root: {
"--checkers-bg": ["colors.whiteAlpha.500", "colors.blackAlpha.500"],
"--checkers-fg": ["colors.blackAlpha.300", "colors.whiteAlpha.300"]
} } });
//#endregion
exports.alphaSliderStyle = alphaSliderStyle;
//# sourceMappingURL=alpha-slider.style.cjs.map