feat: change color themes

This commit is contained in:
Henry Li
2026-01-21 08:37:30 +08:00
parent 10d253f461
commit a2ca682b0c

View File

@@ -61,7 +61,7 @@ export function SettingsDialog({
</p> </p>
</DialogHeader> </DialogHeader>
<div className="grid min-h-0 flex-1 gap-4 md:grid-cols-[220px_1fr]"> <div className="grid min-h-0 flex-1 gap-4 md:grid-cols-[220px_1fr]">
<nav className="bg-muted/30 min-h-0 overflow-y-auto rounded-lg border p-2"> <nav className="bg-sidebar min-h-0 overflow-y-auto rounded-lg border p-2">
<ul className="space-y-1 pr-1"> <ul className="space-y-1 pr-1">
{sections.map(({ id, label, icon: Icon }) => { {sections.map(({ id, label, icon: Icon }) => {
const active = activeSection === id; const active = activeSection === id;