Chart Linie Farbe geändert in Messwertüberwachung

This commit is contained in:
ISA
2025-05-05 12:25:45 +02:00
parent 93566e4d8f
commit 5185e6f442
4 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ export default function AnalogeEingaengeTable({
setSelectedInput(e);
setIsSettingsModalOpen(true);
}}
className="text-blue-600 hover:text-blue-800"
className="text-gray-400 hover:text-gray-500"
>
<Icon icon={settingsIcon} className="text-xl" />
</button>