change template button and note-button styles

This commit is contained in:
Mohit Panjwani
2020-12-23 11:41:23 +05:30
parent fae3af2592
commit 0f99be6cf1
3 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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"
>

View File

@ -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"
>