feat: light und dark mode Messwerteingänge
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user