mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-09 14:34:47 +00:00
6 lines
145 B
Vue
6 lines
145 B
Vue
<template>
|
|
<label class="text-sm not-italic font-medium leading-5 text-primary-800 dark:!text-gray-300">
|
|
<slot />
|
|
</label>
|
|
</template>
|