mm
This commit is contained in:
13
packages/css/src/recipes/brandRecipe.ts
Normal file
13
packages/css/src/recipes/brandRecipe.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { cvr } from "../styles/utils/cvr";
|
||||
|
||||
export const brandRecipe = cvr({
|
||||
variants: {
|
||||
brand: {
|
||||
success: "brand--success",
|
||||
danger: "brand--danger",
|
||||
info: "brand--info",
|
||||
warning: "brand--warning",
|
||||
emphasize: "brand--emphasize",
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user