From d9ac4fa44383c3f0fadf63f314c8aee61a7dcea4 Mon Sep 17 00:00:00 2001 From: Reactor Scram Date: Wed, 31 Jan 2024 14:49:17 -0600 Subject: [PATCH] fix(windows): CSS nit (#3463) Before this change, some of the background was (252, 252, 252) (#fcfcfc, bg-neutral-50) and some was #ffffff white ![image](https://github.com/firezone/firezone/assets/13400041/ebfd0488-2ee7-4790-85d2-dee86edbe272) After this change, all the background is (248, 247, 247) (#f8f7f7, bg-neutral-100) ![image](https://github.com/firezone/firezone/assets/13400041/22185728-aa1b-4f45-a888-74a8a4120a8d) "Before" with exaggerated contrast: ![image](https://github.com/firezone/firezone/assets/13400041/de63471b-48cd-4073-936b-bf5a0df888c8) --- rust/windows-client/src/settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/windows-client/src/settings.html b/rust/windows-client/src/settings.html index 38957213a..c3164fa37 100644 --- a/rust/windows-client/src/settings.html +++ b/rust/windows-client/src/settings.html @@ -9,7 +9,7 @@ - +