analoge Eingänge in Laptop Auflösung

This commit is contained in:
ISA
2025-04-28 11:59:38 +02:00
parent 7fead4cc39
commit c51545a0b7
2 changed files with 5 additions and 3 deletions

View File

@@ -55,9 +55,11 @@ export default function AnalogeEingaengeTable() {
<td className="border p-3 text-center">
<button
onClick={() => openSettingsModal(eingang)}
className="text-white bg-blue-500 hover:bg-blue-600 text-xs px-2 py-1 rounded transition"
className="text-white bg-gray-100 hover:bg-gray-200 text-xs px-2 py-1 rounded transition"
>
<span className="text-blue-500 text-2xl laptop:text-sm md:text-lg lg:text-xl xl:text-2xl">
</span>
</button>
</td>
</tr>

View File

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