From d8355ecf9c2ac271aa72b92b58e1674b72a7ba04 Mon Sep 17 00:00:00 2001 From: cipchk Date: Fri, 19 Jul 2024 15:42:52 +0800 Subject: [PATCH] fix(theme): fix dark style color --- packages/theme/system/theme-dark.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/theme/system/theme-dark.less b/packages/theme/system/theme-dark.less index 5950a684e..6993230bd 100644 --- a/packages/theme/system/theme-dark.less +++ b/packages/theme/system/theme-dark.less @@ -8,3 +8,5 @@ @sf-optional-color: darken(@text-color, 50%); @sf-widget-array-type-card-remove-bg: rgba(0, 0, 0, 0.66); + +@scrollbar-track-color: fade(@white, 30%);