mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Alex Rickabaugh
parent
6ca056532a
commit
080e971db3
@@ -48,6 +48,7 @@ $dark-theme: map.deep-merge(
|
||||
}
|
||||
|
||||
.dark-theme {
|
||||
color-scheme: dark;
|
||||
background: #202124;
|
||||
@include mat.all-component-themes($dark-theme);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user