@chakra-ui/react
Version:
Responsive and accessible React UI components built with React and Emotion
32 lines (28 loc) • 567 B
JavaScript
var config = require('../../styled-system/config.cjs');
const markRecipe = config.defineRecipe({
className: "chakra-mark",
base: {
bg: "transparent",
color: "inherit",
whiteSpace: "nowrap"
},
variants: {
variant: {
subtle: {
bg: "colorPalette.subtle",
color: "inherit"
},
solid: {
bg: "colorPalette.solid",
color: "colorPalette.contrast"
},
text: {
fontWeight: "medium"
},
plain: {}
}
}
});
exports.markRecipe = markRecipe;
;
;