From 34353f31f12ffc0336b180eb96c883406041f871 Mon Sep 17 00:00:00 2001 From: the1812 Date: Thu, 11 Jul 2024 23:08:52 +0800 Subject: [PATCH] Update dark styles (fix #4768) --- registry/lib/components/style/dark-mode/dark-slice-16.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/registry/lib/components/style/dark-mode/dark-slice-16.scss b/registry/lib/components/style/dark-mode/dark-slice-16.scss index d8d3b7b43..ab28825ea 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-16.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-16.scss @@ -173,9 +173,9 @@ } } .bili-dyn-list { - &__notification { - @include theme-background-color(); - @include foreground-color(); + &-notification { + @include background-color('4'); + @include theme-color(); } } .bili-dyn-item {