Skip to content

Commit 0450fbe

Browse files
committed
refactor: UserIdentifier - styling update
1 parent 4e9ee84 commit 0450fbe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Shared/Components/UserIdentifier/UserIdentifier.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ export const UserIdentifier = ({
4949
) : (
5050
<UserIdentifierTooltip tooltipContent={tooltipContent}>
5151
{isUserGroup ? (
52-
<span className="flex p-1">
53-
<Icon name="ic-users" color="N700" size={18} />
54-
</span>
52+
<Icon name="ic-users" color="N700" size={20} />
5553
) : (
5654
getAlphabetIcon(email, 'dc__no-shrink m-0-imp')
5755
)}

0 commit comments

Comments
 (0)