import { VariantProps, createRestyleComponent, createVariant } from "@shopify/restyle"; import type { Theme } from "@themes/Theme"; export const cardVariants = createVariant({ themeKey: "cardVariants", defaults: { margin: { phone: "s", tablet: "m", }, backgroundColor: "cardPrimaryBackground", }, });