Settings Option Card component (#8456)
fixes - #8195 --------- Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@ -14,8 +14,8 @@ export const IllustrationIconMap = (props: IllustrationIconMapProps) => {
|
||||
<IllustrationIconMapRaw
|
||||
height={size}
|
||||
width={size}
|
||||
fill={fill}
|
||||
color={color}
|
||||
fill={fill.blue}
|
||||
color={color.blue}
|
||||
/>
|
||||
</IllustrationIconWrapper>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user