Skip to content

Commit

Permalink
style: fix contact menu color (monicahq/chandler#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Mar 31, 2023
1 parent 4018991 commit 52b3c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Vault/Contact/Show.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
<inertia-link
:href="page.url.show"
:class="{ 'border-orange-500 hover:border-orange-500': page.selected }"
class="inline-block border-b-2 border-transparent px-2 pb-2 hover:border-gray-200 dark:border-gray-700">
class="inline-block border-b-2 border-transparent px-2 pb-2 hover:border-gray-200 hover:dark:border-gray-700">
<span class="mb-0 block rounded-sm px-3 py-1 hover:bg-gray-100 hover:dark:bg-gray-900">{{
page.name
}}</span>
Expand Down

0 comments on commit 52b3c27

Please sign in to comment.