adjust calender and mvg UI

This commit is contained in:
2026-08-02 14:35:48 +02:00
parent 4f596a8f85
commit 74abe23482
3 changed files with 1 additions and 5 deletions
-2
View File
@@ -19,8 +19,6 @@ const unsigned long REFRESH_INTERVAL_MS = 60UL * 1000UL;
lv_color_t typeColor(const String &type) {
if (type == "UBAHN") return Theme::accentUBahn();
if (type == "SBAHN") return Theme::accentSBahn();
if (type == "BUS") return Theme::accentBus();
if (type == "TRAM") return Theme::accentTram();
return Theme::textDim();
}