From 2d07f0d77c3cb15c80b3dcc5aa6dd5e40b65c5e6 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Sun, 10 Mar 2024 13:08:09 +0800 Subject: [PATCH] Revert "chore: Adjust secondary text style (#545)" This reverts commit 8ba7f9f70216ac3ae5ff2ac859ec2170737d0cd1. --- src/pages/_theme.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/_theme.tsx b/src/pages/_theme.tsx index c893dae1..527130d6 100644 --- a/src/pages/_theme.tsx +++ b/src/pages/_theme.tsx @@ -6,7 +6,7 @@ export const defaultTheme = { primary_color: "#007AFF", secondary_color: "#FFCC00", primary_text: "#000000", - secondary_text: "#993c3c43", + secondary_text: "rgba(60, 60, 67, 0.60)", info_color: "#007AFF", error_color: "#FF3B30", warning_color: "#FF9500", @@ -24,7 +24,7 @@ export const defaultDarkTheme = { secondary_color: "#FF9F0A", primary_text: "#ffffff", background_color: "#2e303d", - secondary_text: "#99ebebf5", + secondary_text: "rgba(235, 235, 245, 0.60)", info_color: "#0A84FF", error_color: "#FF453A", warning_color: "#FF9F0A",