Skip to content

Commit

Permalink
change template button and note-button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpanjwani committed Dec 23, 2020
1 parent fae3af2 commit 0f99be6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/assets/js/components/base/popup/NoteSelectPopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/views/estimates/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/js/views/invoices/Create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>
Expand Down

0 comments on commit 0f99be6

Please sign in to comment.