Apply global dark mode styling to UI (#43033)

This commit is contained in:
Luke Heath
2026-04-10 09:30:04 -05:00
committed by GitHub
parent ea9a3352df
commit 8ed339f012
30 changed files with 657 additions and 100 deletions
@@ -2,6 +2,10 @@
background-color: $core-fleet-white;
box-sizing: border-box;
border-left: 1px solid $ui-gray;
body.dark-mode & {
background-color: $ui-fleet-black-5;
}
min-width: 340px;
width: 340px;
padding: $pad-xxlarge;