From 6d5cb8ef54cf67d5fe7558e75a00302fcbaee00a Mon Sep 17 00:00:00 2001 From: Syres916 <46537884+Syres916@users.noreply.github.com> Date: Tue, 8 Aug 2023 11:15:50 +0100 Subject: [PATCH] Improve grammar and remove whitespace --- src/Gui/Stylesheets/Behave-dark.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Stylesheets/Behave-dark.qss b/src/Gui/Stylesheets/Behave-dark.qss index 2b2ffea1b1..b1fb035936 100644 --- a/src/Gui/Stylesheets/Behave-dark.qss +++ b/src/Gui/Stylesheets/Behave-dark.qss @@ -2355,7 +2355,7 @@ Gui--StatefulLabel[state="redundant_constraints"] { color : rgba(255,69,0,255); /* Orange red */ } Gui--StatefulLabel[state="partially_redundant_constraints"] { - color : rgba(89, 142, 240, 255); /* a bit darker than Cornflower blue */ + color : rgba(89, 142, 240, 255); /* a little darker than Cornflower blue */ } Gui--StatefulLabel[state="solver_failed"] { color : rgba(255,0,0,255); /* Red */