Skip to content

Commit

Permalink
[MM-62787] Fix warning state color on welcome screen URL input (#3306)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie authored Jan 31, 2025
1 parent f070b70 commit d7d851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/css/components/Input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}

.warning {
color: var(--away-indicator-dark);
color: var(--away-indicator);
}

.success {
Expand Down

0 comments on commit d7d851a

Please sign in to comment.