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();