mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 22:11:43 +01:00
24 lines
477 B
TypeScript
24 lines
477 B
TypeScript
export default {
|
|
base: '',
|
|
background: 'bg-white dark:bg-gray-900',
|
|
divide: 'divide-y divide-gray-200 dark:divide-gray-800',
|
|
ring: 'ring-1 ring-gray-200 dark:ring-gray-800',
|
|
rounded: 'rounded-lg',
|
|
shadow: 'shadow',
|
|
body: {
|
|
base: '',
|
|
background: '',
|
|
padding: 'px-4 py-5 sm:p-6'
|
|
},
|
|
header: {
|
|
base: '',
|
|
background: '',
|
|
padding: 'px-4 py-5 sm:px-6'
|
|
},
|
|
footer: {
|
|
base: '',
|
|
background: '',
|
|
padding: 'px-4 py-4 sm:px-6'
|
|
}
|
|
}
|