mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
change template button and note-button styles
This commit is contained in:
@ -36,12 +36,12 @@
|
|||||||
|
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="flex items-center justify-center w-full px-2 py-3 bg-gray-200 border-none outline-none"
|
class="flex items-center justify-center w-full px-2 py-3 bg-gray-200 border-none outline-none hover:bg-gray-300"
|
||||||
@click="openNoteModal"
|
@click="openNoteModal"
|
||||||
>
|
>
|
||||||
<check-circle-icon class="h-5" />
|
<check-circle-icon class="h-5" />
|
||||||
<label
|
<label
|
||||||
class="m-0 ml-3 text-sm leading-none cursor-pointer font-base text-primary-400"
|
class="m-0 ml-1 text-sm leading-none cursor-pointer font-base text-primary-400"
|
||||||
>
|
>
|
||||||
{{ $t('settings.customization.notes.add_new_note') }}
|
{{ $t('settings.customization.notes.add_new_note') }}
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
@ -262,7 +262,7 @@
|
|||||||
>
|
>
|
||||||
<sw-button
|
<sw-button
|
||||||
type="button"
|
type="button"
|
||||||
class="flex justify-center w-full text-sm lg:w-auto"
|
class="flex justify-center w-full text-sm lg:w-auto hover:bg-gray-400"
|
||||||
variant="gray"
|
variant="gray"
|
||||||
@click="openTemplateModal"
|
@click="openTemplateModal"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -254,7 +254,7 @@
|
|||||||
>
|
>
|
||||||
<sw-button
|
<sw-button
|
||||||
type="button"
|
type="button"
|
||||||
class="flex justify-center w-full text-sm lg:w-auto"
|
class="flex justify-center w-full text-sm text-black lg:w-auto hover:bg-gray-400"
|
||||||
variant="gray"
|
variant="gray"
|
||||||
@click="openTemplateModal"
|
@click="openTemplateModal"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user