settingsModal.jsx dark and light mode , text-black

This commit is contained in:
ISA
2024-10-24 12:16:06 +02:00
parent 69a51abdd2
commit c2b4f40d39

View File

@@ -224,7 +224,7 @@ function SettingModal({ showModal, onClose }) {
</button> </button>
{/* Weitere Inhalte wie Formular */} {/* Weitere Inhalte wie Formular */}
<div> <div className="text-black">
<h2 className="text-lg font-bold mb-4">System:</h2> <h2 className="text-lg font-bold mb-4">System:</h2>
<form> <form>
<div className="mb-4"> <div className="mb-4">