From 1bba7103c887440755c7641f58d561100e766e62 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 1 Jul 2025 12:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BB=E9=A2=98=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E9=A2=9C=E8=89=B2=E4=B8=BA=E6=B7=B1=E7=81=B0=E8=89=B2?= =?UTF-8?q?=E4=BB=A5=E6=8F=90=E5=8D=87=E8=A7=86=E8=A7=89=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/vuetify/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/vuetify/theme.ts b/src/plugins/vuetify/theme.ts index 23b505c1..eca2bb56 100644 --- a/src/plugins/vuetify/theme.ts +++ b/src/plugins/vuetify/theme.ts @@ -168,7 +168,7 @@ const theme: VuetifyOptions['theme'] = { 'on-primary': '#FFFFFF', 'on-success': '#FFFFFF', 'on-warning': '#FFFFFF', - 'background': '#000000', + 'background': '#1C1C1C', 'on-background': '#E7E3FC', 'surface': 'rgba(30, 30, 30, 0.3)', 'on-surface': '#E7E3FC',