fix z-index issue

This commit is contained in:
Ren Amamiya
2023-08-13 09:07:59 +07:00
parent 9e5f15e9d5
commit 4a0f2c9a67
7 changed files with 14 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ export function RepostUser({ pubkey }: { pubkey: string }) {
src={user?.picture || user?.image || DEFAULT_AVATAR}
fallback={DEFAULT_AVATAR}
alt={pubkey}
className="relative z-20 inline-block h-6 w-6 rounded bg-white ring-1 ring-zinc-800"
className="relative z-20 inline-block h-6 w-6 rounded bg-white ring-1 ring-black"
/>
<div className="inline-flex items-baseline gap-1">
<h5 className="max-w-[18rem] truncate text-white/50">