@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
20 lines (18 loc) • 511 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/components/mark/mark.style.ts
const markStyle = require_config.defineComponentStyle({
base: {
bg: "transparent",
whiteSpace: "nowrap"
},
variants: {
accent: { color: "colorScheme.solid" },
solid: { layerStyle: "solid" },
subtle: { layerStyle: "subtle" },
text: { fontWeight: "semibold" }
},
defaultProps: { variant: "subtle" }
});
//#endregion
exports.markStyle = markStyle;
//# sourceMappingURL=mark.style.cjs.map