mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix: 💄 Fix incorrect overlay color in light mode
This commit is contained in:
parent
14031c2fa0
commit
4a33a5d00f
|
|
@ -4,7 +4,7 @@
|
||||||
<Button v-bind="$attrs" variant="ghost" class="h-fit w-fit p-0 m-0 relative group border overflow-hidden">
|
<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" />
|
<Avatar size="lg" :src="image" :name="displayName" />
|
||||||
<div
|
<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 />
|
<Upload />
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue