Merge branch 'dark-mode' of github.com:crater-invoice/crater into dark-view-create

This commit is contained in:
yogesh-gohil
2023-03-30 17:49:53 +05:30
38 changed files with 167 additions and 156 deletions

View File

@ -3,7 +3,16 @@
<label class="font-semibold leading-5 text-gray-500 uppercase dark:text-gray-300">
{{ tax.name }} ({{ tax.percent }} %)
</label>
<label class="flex items-center justify-center text-lg text-black dark:text-white">
<label
class="
flex
items-center
justify-center
text-lg
text-black
dark:text-white
"
>
<BaseFormatMoney :amount="tax.amount" :currency="currency" />
<BaseIcon