mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor(styles): update component backgrounds and hover effects for improved visual consistency across user interface elements
This commit is contained in:
parent
cdce6a8f14
commit
761f5b1c11
5 changed files with 12 additions and 7 deletions
|
|
@ -105,7 +105,7 @@ const UserAvatar: FC<AuthorMetadata & { hasError: boolean; onError: () => void }
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="flex size-8 items-center justify-center rounded-full bg-primary/10 text-xs font-medium text-primary">
|
||||
<div className="flex size-8 items-center justify-center rounded-full bg-muted text-xs font-medium text-foreground">
|
||||
{initials}
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue