diff options
| -rw-r--r-- | packages/studip-ui/src/styles/tokens/_colors.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/studip-ui/src/styles/tokens/_colors.scss b/packages/studip-ui/src/styles/tokens/_colors.scss index ac433af..1136880 100644 --- a/packages/studip-ui/src/styles/tokens/_colors.scss +++ b/packages/studip-ui/src/styles/tokens/_colors.scss @@ -117,7 +117,7 @@ $color--focus: $color--gray-4; $color--warning: $color--red-1; $color--warning-secondary: $color--red-2; $color--warning-contrast: $color--font-inverted; -$color--warning-secondary-contrast: $color--font-inverted; +$color--warning-secondary-contrast: $color--font-primary; $color--attention: $color--yellow-1; $color--attention-secondary: $color--yellow-2; |
