mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
chore(Table): rename preset container to base
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const table = {
|
||||
wrapper: 'relative',
|
||||
container: 'min-w-full table-fixed',
|
||||
base: 'min-w-full table-fixed',
|
||||
divide: 'divide-y divide-gray-300 dark:divide-gray-700',
|
||||
thead: '',
|
||||
tbody: 'divide-y divide-gray-200 dark:divide-gray-800',
|
||||
|
||||
Reference in New Issue
Block a user