Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
style: fix contact menu color (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Oct 15, 2022
1 parent 524a2af commit da49fa7
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 da49fa7

Please sign in to comment.