mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 14:04:50 +00:00
9 lines
222 B
JavaScript
9 lines
222 B
JavaScript
export default {
|
|
variants: {
|
|
gray: {
|
|
tdStyles:
|
|
'text-left text-base h-20 px-3 py-6 align-middle bg-gray-100 first:rounded-bl-md first:rounded-tl-md last:rounded-br-md last:rounded-tr-md',
|
|
},
|
|
},
|
|
}
|