Chart Linie Farbe geändert in Messwertüberwachung
This commit is contained in:
@@ -67,8 +67,8 @@ export default function AnalogInputsChart({
|
||||
y: point.m,
|
||||
})),
|
||||
fill: false,
|
||||
borderColor: "#007bff",
|
||||
backgroundColor: "#007bff",
|
||||
borderColor: "#00B0F0",
|
||||
backgroundColor: "#00B0F0",
|
||||
tension: 0.3,
|
||||
},
|
||||
],
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user