mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 22:14:48 +00:00
7 lines
265 B
JavaScript
7 lines
265 B
JavaScript
export default {
|
|
variants: {
|
|
invDesc:
|
|
'text-left border border-solid box-border rounded not-italic leading-snug placeholder-gray-400 bg-white border-gray-300 focus:border-primary-400 outline-none w-full py-2 px-3 font-normal text-xs text-black',
|
|
},
|
|
}
|