Light und Darkmodus in global.css eingestellt, in andere components text-black in root div
This commit is contained in:
@@ -84,7 +84,7 @@ function Kabelueberwachung() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="bg-gray-100 flex-1 p-6">
|
||||
<div className="bg-gray-100 flex-1 p-6 text-black">
|
||||
<h1 className="text-2xl mb-4">Kabelüberwachung</h1>
|
||||
|
||||
<div className="mb-4">
|
||||
|
||||
Reference in New Issue
Block a user