Skip to content

Commit

Permalink
[MM-62787] Fix warning state color on welcome screen URL input
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbinnie committed Jan 29, 2025
1 parent c3657c6 commit 0b7ec1f
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 0b7ec1f

Please sign in to comment.