Favorite folders (#7998)
closes - #5755 --------- Co-authored-by: martmull <martmull@hotmail.fr> Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -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)}
|
||||
|
||||
@ -131,6 +131,8 @@ export {
|
||||
IconFilterCog,
|
||||
IconFilterOff,
|
||||
IconFocusCentered,
|
||||
IconFolder,
|
||||
IconFolderPlus,
|
||||
IconForbid,
|
||||
IconFunction,
|
||||
IconGauge,
|
||||
|
||||
Reference in New Issue
Block a user