style: update color palette for 'plain' option in palette toggle

This commit is contained in:
mlogclub
2026-06-21 11:06:21 +08:00
parent a312466ba1
commit 884510c645
2 changed files with 67 additions and 32 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const paletteOptions: Array<{
{
value: "plain",
labelKey: "palette.plain",
swatch: "bg-zinc-700",
swatch: "bg-[#2475fc]",
},
{
value: "green",