add reaction

This commit is contained in:
Ren Amamiya
2023-07-16 15:46:01 +07:00
parent abc53a0d9a
commit 5ce9fa515a
6 changed files with 373 additions and 209 deletions

View File

@@ -7,7 +7,7 @@ export function MentionUser({ pubkey }: { pubkey: string }) {
return (
<button
type="button"
className="break-words rounded bg-zinc-800 px-2 py-px text-sm font-normal text-blue-400 no-underline hover:bg-blue-100 hover:text-blue-500"
className="break-words rounded bg-zinc-800 px-2 py-px text-sm font-normal text-blue-400 no-underline hover:bg-zinc-700 hover:text-blue-500"
>
@{user?.name || user?.displayName || shortenKey(pubkey)}
</button>