UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

11 lines (9 loc) 211 B
import theme from '@theme-ui/preset-tailwind'; export const cards = { ...(theme.cards && theme.cards), default: { padding: 2, borderRadius: 4, boxShadow: '0 0 8px rgba(0, 0, 0, 0.125)', }, };