fix(Card): improve body padding

This commit is contained in:
Benjamin Canac
2024-03-18 11:33:24 +01:00
parent d2949310ee
commit cecfb58445

View File

@@ -2,7 +2,7 @@ export default {
slots: {
root: 'bg-white dark:bg-gray-900 ring ring-gray-200 dark:ring-gray-800 rounded-lg shadow',
header: 'p-4 sm:px-6',
body: 'px-4 py-5 sm:p-6',
body: 'p-4 sm:p-6',
footer: 'p-4 sm:px-6'
}
}