added "personality" colour

#f26d77
This commit is contained in:
Oliver Bryan
2026-01-09 03:19:59 +00:00
parent 12fc3c850c
commit 7c32b730dc
4 changed files with 11 additions and 10 deletions

View File

@@ -95,7 +95,7 @@ function AccountDialog({ onUpdate, trigger }: { onUpdate?: () => void; trigger?:
onClick={() => {
setAvatarUrl(null);
}}
className="-mt-2 hover:underline"
className="-mt-2 hover:text-personality"
>
Remove Avatar
</Button>