littwin-blue in digitale Ausgänge Schalter
This commit is contained in:
@@ -24,7 +24,7 @@ export default function DigitalOutputs({ openOutputModal }) {
|
||||
return (
|
||||
<div className="bg-white shadow-md rounded-lg border border-gray-200 p-4 w-2/5 h-[fit-content]">
|
||||
<h2 className="text-md font-bold mb-4 flex items-center">
|
||||
<Icon icon="mdi:output" className="text-blue-500 mr-2 text-2xl" />
|
||||
<Icon icon="mdi:output" className="text-littwin-blue mr-2 text-2xl" />
|
||||
Digitale Ausgänge
|
||||
</h2>
|
||||
<table className="w-full text-sm border-collapse bg-white rounded-lg">
|
||||
@@ -56,7 +56,7 @@ export default function DigitalOutputs({ openOutputModal }) {
|
||||
onClick={() => toggleSwitch(output.id)}
|
||||
className={`cursor-pointer text-2xl transform ${
|
||||
output.status
|
||||
? "text-blue-500 scale-x-100"
|
||||
? "text-littwin-blue scale-x-100"
|
||||
: "text-gray-500 scale-x-[-1]"
|
||||
}`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user