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
@@ -55,7 +55,7 @@ const meta: Meta<typeof DropdownButton> = {
values: [
{
name: "header",
value: "linear-gradient(270deg, #201e43 0%, #353d62 100%)",
value: "linear-gradient(270deg, #202226 0%, #353840 100%)",
},
],
},