From 91b6910a9c7dd611a8b36807c7b45ae4c12ece0d Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 21 Sep 2025 02:25:49 +0300 Subject: [PATCH] style(next)/horizontal layout launcher: increase the contrast of icons for the dark theme --- apps/client/src/stylesheets/theme-next-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index 9b1bafaa8..649f13190 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -152,7 +152,7 @@ --launcher-pane-horiz-border-color: rgb(22, 22, 22); --launcher-pane-horiz-background-color: #282828; - --launcher-pane-horiz-text-color: #909090; + --launcher-pane-horiz-text-color: #c7c7c7; --launcher-pane-horiz-button-hover-color: #ffffff; --launcher-pane-horiz-button-hover-background: #ffffff1c; --launcher-pane-horiz-button-hover-shadow: unset;