feat: System light and dark mode

This commit is contained in:
ISA
2025-08-18 14:48:31 +02:00
parent bb06618919
commit c496939004
6 changed files with 11 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ const SystemPage = () => {
};
return (
<div className="p-4">
<div className="p-4 bg-white dark:bg-gray-900">
<h1 className="text-xl font-bold mb-4">
System Spannungen & Temperaturen
</h1>