chore(presets): add shadow to card

This commit is contained in:
Benjamin Canac
2022-02-14 18:39:57 +01:00
parent a01286f427
commit 13193969ee

View File

@@ -223,7 +223,7 @@ const card = {
background: 'u-bg-white', background: 'u-bg-white',
border: 'u-border-gray-200', border: 'u-border-gray-200',
ring: 'ring-1 u-ring-gray-200', ring: 'ring-1 u-ring-gray-200',
shadow: '', shadow: 'shadow',
body: 'px-4 py-5 sm:p-6', body: 'px-4 py-5 sm:p-6',
header: 'px-4 py-5 sm:px-6', header: 'px-4 py-5 sm:px-6',
footer: 'px-4 py-4 sm:px-6' footer: 'px-4 py-4 sm:px-6'