Skip to content

Commit

Permalink
sidebar hover fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsamra committed Dec 22, 2024
1 parent afd9e03 commit db8eafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/admin/SidebarLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defineProps<{

<style scoped>
.link {
@apply flex items-center px-2.5 py-2 rounded-xl whitespace-nowrap text-zinc-600 hover:bg-zinc-50 hover:border hover:border-zinc-100;
@apply flex items-center px-2.5 py-2 rounded-xl whitespace-nowrap text-zinc-600 hover:bg-zinc-50 hover:border-zinc-100;
}
.link-active {
Expand Down

0 comments on commit db8eafb

Please sign in to comment.