From dd94771b0082dc26bf905754e4dbd97801a75321 Mon Sep 17 00:00:00 2001 From: Proladon Date: Mon, 30 Oct 2023 08:29:45 +0800 Subject: [PATCH] naive-ui theme override --- src/styles/naive-ui-theme-overrides.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/naive-ui-theme-overrides.json b/src/styles/naive-ui-theme-overrides.json index 3ce3e95..957da26 100644 --- a/src/styles/naive-ui-theme-overrides.json +++ b/src/styles/naive-ui-theme-overrides.json @@ -6,7 +6,8 @@ "textColorBase": "#fff", "textColor1": "rgba(255, 255, 255, 0.9)", "textColor3": "rgba(255, 255, 255, 0.52)", - "textColor2": "#6B7280FF" + "textColor2": "#6B7280FF", + "popoverColor": "#272D38FF" }, "Button": {} } \ No newline at end of file