OPC-UA Buttons in littwin-blue

This commit is contained in:
ISA
2025-02-24 11:51:30 +01:00
parent b5213e334a
commit 37e9dcb492
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ export default function OPCUAInterfaceSettings() {
<button
onClick={() => dispatch(toggleOpcUaServer())}
className={`px-3 py-1 rounded text-sm ${
opcuaSettings.isEnabled ? "bg-green-500" : "bg-gray-300"
opcuaSettings.isEnabled ? "bg-littwin-blue" : "bg-gray-300"
} text-white`}
>
{opcuaSettings.isEnabled ? "Aktiviert" : "Deaktiviert"}
@@ -88,7 +88,7 @@ export default function OPCUAInterfaceSettings() {
/>
<button
onClick={handleNodesetUpdate}
className="px-3 py-1 bg-blue-500 text-white rounded-r-md text-sm"
className="px-3 py-1 bg-littwin-blue text-white rounded-r-md text-sm"
>
Übernehmen
</button>
@@ -133,7 +133,7 @@ export default function OPCUAInterfaceSettings() {
/>
<button
onClick={handleAddUser}
className="bg-blue-500 text-white p-1 rounded text-sm"
className="bg-littwin-blue text-white p-1 rounded text-sm"
>
Hinzufügen
</button>

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.102";
const webVersion = "1.6.103";
export default webVersion;