From 1a9052785f28d9c4d059632541929194d2814d53 Mon Sep 17 00:00:00 2001 From: xingyu Date: Sun, 6 Aug 2023 13:09:40 +0800 Subject: [PATCH] style: dark bg color --- src/design/theme.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/design/theme.less b/src/design/theme.less index cc32bf5..1f981eb 100644 --- a/src/design/theme.less +++ b/src/design/theme.less @@ -28,7 +28,7 @@ html[data-theme="light"] { } html[data-theme="dark"] { - --component-background: rgb(0 0 0 75%); + --component-background: rgb(36 37 37 75%); --text-color: rgb(255 255 255 0.85); --border-color: #b6b7b9;