mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
change template button and note-button styles
This commit is contained in:
@ -36,12 +36,12 @@
|
||||
|
||||
<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"
|
||||
>
|
||||
<check-circle-icon class="h-5" />
|
||||
<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') }}
|
||||
</label>
|
||||
|
||||
@ -262,7 +262,7 @@
|
||||
>
|
||||
<sw-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"
|
||||
@click="openTemplateModal"
|
||||
>
|
||||
|
||||
@ -254,7 +254,7 @@
|
||||
>
|
||||
<sw-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"
|
||||
@click="openTemplateModal"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user