Skip to content

Commit

Permalink
Update dark styles (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jul 9, 2022
1 parent b02daaf commit a48e984
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions registry/lib/components/style/dark-mode/dark-slice-10.scss
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,9 @@
@include foreground-color();
}
}
.placeholder-shown::before {
@include color("8");
}
.publish-panel {
.core-style {
@include background-color();
Expand All @@ -623,9 +626,6 @@
@include theme-border-color();
}
}
.editor .placeholder-shown::before {
@include color("8");
}
.schedule-bar {
@include background-color("3");
.s-label,
Expand Down
3 changes: 3 additions & 0 deletions registry/lib/components/style/dark-mode/dark-slice-14.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@
&-title {
@include color("e");
}
&-duration {
@include color('a');
}
&-playing,
&-title-playing {
@include theme-color();
Expand Down

0 comments on commit a48e984

Please sign in to comment.