Update color palette (#1226)

This commit is contained in:
Charles Bochet
2023-08-16 02:05:53 +02:00
committed by GitHub
parent 8bbc54f4c7
commit 38c420aab0
12 changed files with 97 additions and 93 deletions

View File

@ -21,7 +21,7 @@ export function Checkmark(props: CheckmarkProps) {
return (
<StyledContainer {...props}>
<IconCheck color={theme.color.gray0} size={14} />
<IconCheck color={theme.grayScale.gray0} size={14} />
</StyledContainer>
);
}