mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 19:00:35 +01:00
chore(Table): use px-4 in td and th for consistency
This commit is contained in:
@@ -11,14 +11,14 @@ export default {
|
|||||||
},
|
},
|
||||||
th: {
|
th: {
|
||||||
base: 'text-left rtl:text-right',
|
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',
|
color: 'text-gray-900 dark:text-white',
|
||||||
font: 'font-semibold',
|
font: 'font-semibold',
|
||||||
size: 'text-sm'
|
size: 'text-sm'
|
||||||
},
|
},
|
||||||
td: {
|
td: {
|
||||||
base: 'whitespace-nowrap',
|
base: 'whitespace-nowrap',
|
||||||
padding: 'px-3 py-4',
|
padding: 'px-4 py-4',
|
||||||
color: 'text-gray-500 dark:text-gray-400',
|
color: 'text-gray-500 dark:text-gray-400',
|
||||||
font: '',
|
font: '',
|
||||||
size: 'text-sm'
|
size: 'text-sm'
|
||||||
|
|||||||
Reference in New Issue
Block a user