Skip to content

Commit

Permalink
fix: 💄 Fix incorrect overlay color in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Dec 16, 2024
1 parent 14031c2 commit 4a33a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/preferences/profile/image-uploader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Button v-bind="$attrs" variant="ghost" class="h-fit w-fit p-0 m-0 relative group border overflow-hidden">
<Avatar size="lg" :src="image" :name="displayName" />
<div
class="absolute inset-0 bg-black/80 flex group-hover:opacity-100 opacity-0 duration-200 items-center justify-center">
class="absolute inset-0 bg-background/80 flex group-hover:opacity-100 opacity-0 duration-200 items-center justify-center">
<Upload />
</div>
</Button>
Expand Down

0 comments on commit 4a33a5d

Please sign in to comment.