From 32d49668d4c76f65bec9314d2e52e0df09117ad8 Mon Sep 17 00:00:00 2001 From: eth3lbert Date: Sat, 22 Feb 2025 03:42:58 +0800 Subject: [PATCH] styles/dashboard: Adjust button color for color scheme --- app/styles/dashboard.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/dashboard.module.css b/app/styles/dashboard.module.css index ae6306159b8..9682a894403 100644 --- a/app/styles/dashboard.module.css +++ b/app/styles/dashboard.module.css @@ -133,7 +133,7 @@ outline: 0; border: 0; background-color: light-dark(#dbd9cf, #202023); - color: white; + color: light-dark(#525252, #f9f7ec); &:hover, &:focus { background-color: light-dark(#c5c2b2, #26262b);