feat: light und dark mode Messwerteingänge

This commit is contained in:
ISA
2025-08-18 16:44:51 +02:00
parent c711a6a132
commit 5f97731e2b
6 changed files with 12 additions and 7 deletions

View File

@@ -37,8 +37,8 @@ function AnalogInputsView() {
>
<div className="container mx-auto">
<div className="grid grid-cols-1 gap-4 justify-items-start">
<div className="bg-white rounded-lg p-4 max-w-3xl">
<h2 className="text-xl font-semibold mb-4 text-gray-700">
<div className="bg-white dark:bg-gray-900 rounded-lg p-4 max-w-3xl text-gray-900 dark:text-gray-100">
<h2 className="text-xl font-semibold mb-4 text-gray-900 dark:text-gray-100">
Messwerteingänge
</h2>
<AnalogInputsTable loading={loading} />