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

@ -104,7 +104,7 @@ const StyledButton = styled.button<
if (disabled) {
switch (variant) {
case 'primary':
return theme.color.gray0;
return theme.grayScale.gray0;
case 'danger':
return theme.border.color.danger;
default:
@ -114,7 +114,7 @@ const StyledButton = styled.button<
switch (variant) {
case 'primary':
return theme.color.gray0;
return theme.grayScale.gray0;
case 'tertiaryLight':
return theme.font.color.tertiary;
case 'danger':