From b8ceb10e6861761673a8034f0656b9149967fede Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 17 Dec 2025 01:39:14 +0200 Subject: [PATCH] style/note title & icon: update the colors for the dark color scheme --- apps/client/src/stylesheets/theme-next-dark.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index 113a57f79..248efee75 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -199,9 +199,9 @@ --badge-background-color: #ffffff1a; --badge-text-color: var(--muted-text-color); - --note-icon-button-background-color: #444444; - --note-icon-button-hover-background-color: #5a5a5a; - --note-icon-button-color: white; + --note-icon-button-background-color: #a6a6a6; + --note-icon-button-hover-background-color: #d0d0d0; + --note-icon-button-color: black; --promoted-attribute-card-background-color: #ffffff21; --promoted-attribute-card-shadow: none;