feat: ersetzt Einheit-Select durch Listbox mit littwin-blue Design in AnalogInputsSettingsModal

This commit is contained in:
ISA
2025-07-08 08:30:09 +02:00
parent 44cfd2ab81
commit fb680a4c66
10 changed files with 112 additions and 29 deletions

View File

@@ -241,7 +241,7 @@ const LoopChartActionBar: React.FC = () => {
selected
? "bg-littwin-blue text-white"
: active
? "bg-blue-100"
? "bg-gray-200"
: ""
}`
}
@@ -304,7 +304,7 @@ const LoopChartActionBar: React.FC = () => {
selected
? "bg-littwin-blue text-white"
: active
? "bg-blue-100"
? "bg-gray-200"
: ""
}`
}