From 0d7bb4103221a0c9981d5089810354c6e98134d7 Mon Sep 17 00:00:00 2001
From: wvffle <wvffle@funkwhale.audio>
Date: Wed, 22 Mar 2023 22:35:50 +0000
Subject: [PATCH] fix(contrast): make primary variants use lighter text color
 for better contrast ratio

Part-of: <https://dev.funkwhale.audio/funkwhale/ui/-/merge_requests/35>
---
 src/styles/colors.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/styles/colors.scss b/src/styles/colors.scss
index 1ff721e..fe5b14c 100644
--- a/src/styles/colors.scss
+++ b/src/styles/colors.scss
@@ -73,7 +73,7 @@ html.dark {
 .funkwhale {
   &.is-primary {
     --fw-bg-color: var(--fw-blue-500);
-    --fw-text-color: var(--fw-gray-100);
+    --fw-text-color: var(--fw-blue-010);
 
     &.is-colored {
       &[disabled] {
-- 
GitLab