fix(Table): add missing text-left in th.base

This commit is contained in:
Benjamin Canac
2023-05-30 16:21:54 +02:00
parent bc1d653857
commit 6bd5142a37

View File

@@ -10,7 +10,7 @@ const table = {
selected: 'bg-gray-50 dark:bg-gray-800/50'
},
th: {
base: '',
base: 'text-left',
padding: 'px-3 py-3.5',
color: 'text-gray-900 dark:text-white',
font: 'font-semibold',