chore(Table): use px-4 in td and th for consistency

This commit is contained in:
Benjamin Canac
2024-02-15 15:29:52 +01:00
parent 3fe35217cb
commit 31232d4d72

View File

@@ -11,14 +11,14 @@ export default {
},
th: {
base: 'text-left rtl:text-right',
padding: 'px-3 py-3.5',
padding: 'px-4 py-3.5',
color: 'text-gray-900 dark:text-white',
font: 'font-semibold',
size: 'text-sm'
},
td: {
base: 'whitespace-nowrap',
padding: 'px-3 py-4',
padding: 'px-4 py-4',
color: 'text-gray-500 dark:text-gray-400',
font: '',
size: 'text-sm'