refactor(devtools): use dark scrollbars in dark mode (#56225)

Opt the devtools into the user's color scheme preferences

PR Close #56225
This commit is contained in:
Denis Bendrikov
2024-06-02 19:22:44 +03:00
committed by Alex Rickabaugh
parent 6ca056532a
commit 080e971db3
+1
View File
@@ -48,6 +48,7 @@ $dark-theme: map.deep-merge(
}
.dark-theme {
color-scheme: dark;
background: #202124;
@include mat.all-component-themes($dark-theme);