Skip to content

Commit

Permalink
Fix label colors.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Mar 8, 2024
1 parent d5d95e4 commit 6fd5d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/sdk/ui/style/_vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ $color-error: var(--color-error);
$color-error-value: #f5365c;
$color-input: var(--color-input);
$color-input-value: #ddd;
$color-seen-text: var(--color-label-text);
$color-seen-text: var(--color-seen-text);
$color-seen-text-value: #fff;
$color-seen: var(--color-label);
$color-seen: var(--color-seen);
$color-seen-value: #f00;
$color-link: var(--color-link);
$color-link-value: #675df8;
Expand Down

0 comments on commit 6fd5d57

Please sign in to comment.