#75 - fix data leak to ui-avatars (#79)

* #75 - fix data leak to ui-avatars

* #75 - ecs fix

* #75 - new colors

* #75 - change font color

* #75 - ecs fix

* #75 - change colors order

* #75 - fix

* #75 - fix

* #75 - ecs fix

Co-authored-by: EwelinaLasowy <ewelina.lasowy@blumilk.pl>
This commit is contained in:
Adrian Hopek
2022-03-16 11:53:05 +01:00
committed by GitHub
parent 8a54403318
commit 287c6c19ab
4 changed files with 70 additions and 22 deletions

View File

@@ -3,19 +3,35 @@
declare(strict_types=1);
return [
"#475569",
"#EA580C",
"#EAB308",
"#CA8A04",
"#84CC16",
"#4D7C0F",
"#10B981",
"#06B6D4",
"#4338CA",
"#A855F7",
"#86198F",
"#FB7185",
"#EC4899",
"#9D174D",
"#F43F5E",
"#f43f5e",
"#e11d48",
"#ec4899",
"#db2777",
"#d946ef",
"#c026d3",
"#a855f7",
"#9333ea",
"#527aba",
"#3c5f97",
"#6366f1",
"#4f46e5",
"#3b82f6",
"#2563eb",
"#0ea5e9",
"#0284c7",
"#06b6d4",
"#0891b2",
"#14b8a6",
"#0d9488",
"#22c55e",
"#16a34a",
"#84cc16",
"#65a30d",
"#eab308",
"#ca8a04",
"#f97316",
"#ea580c",
"#ef4444",
"#dc2626",
"#4b5563",
];