WIP:DatePicker in Messkurven

This commit is contained in:
ISA
2025-03-19 07:20:46 +01:00
parent 2c88ef3205
commit 49e7d6c6c4
4 changed files with 24 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
const tailwindColors = {
const tailwindColors: Record<string, string> = {
"littwin-blue": "#00AEEF", // Hier alle Tailwind-Farben manuell eintragen
};