init
This commit is contained in:
@@ -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]) {
|
||||
|
||||
Reference in New Issue
Block a user