diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2026-01-19 15:42:46 +0100 |
|---|---|---|
| committer | Ron Lucke <lucke@elan-ev.de> | 2026-01-19 15:42:46 +0100 |
| commit | cb0bac82c971fb5461ae82a884e38028f964b288 (patch) | |
| tree | da8f8858068cb87acb0cd90f25818e278c31a465 /packages | |
| parent | f6dd19e51de52e73c1c6a3e70467eb9a062e7440 (diff) | |
Fehlermeldungen sind kaum noch lesbar
Closes #6175
Merge request studip/studip!4677
Diffstat (limited to 'packages')
| -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; |
