Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
485 Bytes
import { defineRecipe } from "../def"
export const markRecipe = defineRecipe({
className: "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: {},
},
},
})