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
#3308)

(cherry picked from commit d7d851a)

Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com>
  • Loading branch information
mattermost-build and devinbinnie authored Jan 31, 2025
1 parent d934977 commit 59abb51
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 59abb51

Please sign in to comment.