mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 07:21:46 +01:00
fix(Table): add missing text-left in th.base
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user