You need to sign in or sign up before continuing.
Commit 6cccb409 by G

cardVariants

parent 8700676e
import { VariantProps, createRestyleComponent, createVariant } from "@shopify/restyle";
import type { Theme } from "@themes/Theme";
export const cardVariants = createVariant<Theme, "cardVariants">({
themeKey: "cardVariants",
defaults: {
margin: {
phone: "s",
tablet: "m",
},
backgroundColor: "cardPrimaryBackground",
},
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment