mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04: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',
|
|
},
|
|
},
|
|
}
|