mirror of
https://github.com/documenso/documenso.git
synced 2026-08-24 07:12:23 +10:00
Merge branch 'main' into fix/replace-hardcoded-grays-with-theme-tokens
This commit is contained in:
@@ -68,7 +68,7 @@ const AvatarWithText = ({
|
||||
|
||||
<div className={cn('flex flex-col truncate text-left font-normal text-sm', textSectionClassName)}>
|
||||
<span className="truncate text-foreground">{primaryText}</span>
|
||||
<span className="truncate text-muted-foreground text-xs">{secondaryText}</span>
|
||||
{secondaryText && <span className="truncate text-muted-foreground text-xs">{secondaryText}</span>}
|
||||
</div>
|
||||
|
||||
{rightSideComponent}
|
||||
|
||||
Reference in New Issue
Block a user