Skip to content

Commit

Permalink
avatar icon bg
Browse files Browse the repository at this point in the history
  • Loading branch information
ehconitin committed Nov 2, 2024
1 parent a2332cb commit 007a0c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/twenty-ui/src/display/avatar/components/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ export const Avatar = ({
<StyledAvatar
size={size}
backgroundColor={
Icon
? theme.background.tertiary
: showBackgroundColor
? fixedBackgroundColor
: 'none'
Icon ? 'inherit' : showBackgroundColor ? fixedBackgroundColor : 'none'
}
color={fixedColor}
clickable={!isUndefined(onClick)}
Expand Down

0 comments on commit 007a0c7

Please sign in to comment.