mirror of
https://github.com/hex248/sprint.git
synced 2026-02-09 02:33:02 +00:00
added "personality" colour
#f26d77
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user