| import { defineRecipe } from "@chakra-ui/react" | |
| export const cardRecipe = defineRecipe({ | |
| base: { | |
| display: "flex", | |
| flexDirection: "column", | |
| }, | |
| variants: { | |
| variant: { | |
| primary: { | |
| bg: "teal.600", | |
| color: "white", | |
| }, | |
| }, | |
| }, | |
| }) | |
| import { defineRecipe } from "@chakra-ui/react" | |
| export const cardRecipe = defineRecipe({ | |
| base: { | |
| display: "flex", | |
| flexDirection: "column", | |
| }, | |
| variants: { | |
| variant: { | |
| primary: { | |
| bg: "teal.600", | |
| color: "white", | |
| }, | |
| }, | |
| }, | |
| }) | |