changed color options, removed cal_sync for fam_device

This commit is contained in:
ivic00
2024-12-15 18:11:45 +01:00
parent 0aec9c1ee8
commit 035f8af84b
4 changed files with 93 additions and 89 deletions

View File

@ -1,15 +1,12 @@
export const colorMap = {
pink: "#ea156c",
orange: "#e28800",
green: "#46a80a",
teal: "#05a8b6",
purple: "#7305d4",
navy: '#002e42',
red: '#ff1637',
gray: '#607d8b',
yellow: '#ffc107',
sky: '#2196f3',
indigo: '#4F46E5',
emerald: '#059669',
violet: '#7C3AED',
orange: "#ffb902",
green: "#72d82a",
teal: "#07b9c6",
purple: "#7204d5",
lightPink: '#ffc8dd',
lightOrange: '#ffe5a6',
lightGreen: '#c1eea1',
lightTeal: '#c4f0f3',
lightPurple: '#debffa',
};