This commit is contained in:
Dominik Klarkowski
2026-06-23 08:08:35 +02:00
parent 4b3373869b
commit 16b3767e43
2 changed files with 13 additions and 7 deletions

View File

@@ -23,7 +23,13 @@ type Props = {
};
const COLORS: Record<string, string> = {};
const PALETTE = ["var(--color-accent)", "#5b9bd5", "#70ad47", "#ffc000", "#ed7d31"];
const PALETTE = [
"var(--color-accent)",
"var(--color-sand)",
"#ff9466",
"#8f3415",
"#f4c9a3",
];
function getColor(name: string): string {
if (!COLORS[name]) {