From a48e984a2a1af63b264709bec3ec895d732395d1 Mon Sep 17 00:00:00 2001 From: the1812 Date: Sat, 9 Jul 2022 16:50:06 +0800 Subject: [PATCH] Update dark styles (#2615) --- registry/lib/components/style/dark-mode/dark-slice-10.scss | 6 +++--- registry/lib/components/style/dark-mode/dark-slice-14.scss | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/registry/lib/components/style/dark-mode/dark-slice-10.scss b/registry/lib/components/style/dark-mode/dark-slice-10.scss index e212598e77..6fcd6de9d0 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-10.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-10.scss @@ -612,6 +612,9 @@ @include foreground-color(); } } +.placeholder-shown::before { + @include color("8"); +} .publish-panel { .core-style { @include background-color(); @@ -623,9 +626,6 @@ @include theme-border-color(); } } - .editor .placeholder-shown::before { - @include color("8"); - } .schedule-bar { @include background-color("3"); .s-label, diff --git a/registry/lib/components/style/dark-mode/dark-slice-14.scss b/registry/lib/components/style/dark-mode/dark-slice-14.scss index 603af415d0..43bcfda755 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-14.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-14.scss @@ -169,6 +169,9 @@ &-title { @include color("e"); } + &-duration { + @include color('a'); + } &-playing, &-title-playing { @include theme-color();