From 38cf72714e3782b119c1cc7ed3e193b3c7f62cbe Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 3 Mar 2024 01:20:56 +0700 Subject: [PATCH] update sidebar icon color --- .config/ags/scss/_sidebars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/ags/scss/_sidebars.scss b/.config/ags/scss/_sidebars.scss index 1989c9cb8..b6ecac92d 100644 --- a/.config/ags/scss/_sidebars.scss +++ b/.config/ags/scss/_sidebars.scss @@ -750,8 +750,8 @@ $colorpicker_rounding: 0.341rem; min-height: 4.773rem; min-width: 4.773rem; font-size: 3.076rem; - background-color: $onBackground; - color: $background; + background-color: $secondaryContainer; + color: $onSecondaryContainer; } .sidebar-chat-chip {