UNPKG

@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) 437 B
import { defineComponentSlotStyle } from "../../core/system/config.js"; //#region src/components/alpha-slider/alpha-slider.style.ts const alphaSliderStyle = defineComponentSlotStyle({ base: { root: { "--checkers-bg": ["colors.whiteAlpha.500", "colors.blackAlpha.500"], "--checkers-fg": ["colors.blackAlpha.300", "colors.whiteAlpha.300"] } } }); //#endregion export { alphaSliderStyle }; //# sourceMappingURL=alpha-slider.style.js.map