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