diff --git a/registry/lib/components/style/dark-mode/dark-slice-15.scss b/registry/lib/components/style/dark-mode/dark-slice-15.scss index 88d2eab79..e578ab6e5 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-15.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-15.scss @@ -1,4 +1,5 @@ @import "./dark-definitions"; +@import "common"; .bui-button { .bui-button-blue, @@ -209,6 +210,9 @@ } .bpx-player-sending-bar { @include background-color('2'); + @include on-fullscreen { + @include background-color(); + } .bpx-player-video-btn-dm, .bpx-player-dm-setting, .bpx-player-dm-switch { diff --git a/registry/lib/components/style/dark-mode/dark-slice-17.scss b/registry/lib/components/style/dark-mode/dark-slice-17.scss index 1938efd23..05b0f626e 100644 --- a/registry/lib/components/style/dark-mode/dark-slice-17.scss +++ b/registry/lib/components/style/dark-mode/dark-slice-17.scss @@ -42,6 +42,13 @@ @include color('8'); } } + .following-charge-btn { + @include theme-background-color('80'); + @include foreground-color(); + &:hover { + @include theme-background-color(); + } + } .not-follow-charge-btn, .charge-btn { border: 1px solid; @@ -874,3 +881,7 @@ .bpx-player-progress-move-indicator-up { border-bottom-color: var(--theme-color) !important; } +.reply-content .top-icon { + @include theme-border-color(); + @include theme-color(); +}