Bugfixing

Inputform bugfix
This commit is contained in:
AliGitGut
2023-06-13 15:03:06 +02:00
parent fd6af0cdf4
commit 65325046c7
+3 -3
View File
@@ -290,7 +290,7 @@ export default function InputForm(p) {
color: "#777777",
fontWeight: 500,
width: 150
}}>SemesterName</p>
}}>Kursname</p>
<input className="courseNameInput box-shadow" value={courseName}
onChange={(e) => setCourseName(e.target.value)}/>
<div className="semesterRangeInput">
@@ -300,13 +300,13 @@ export default function InputForm(p) {
color: "#777777",
fontWeight: 500,
width: 150
}}>Semesterstart</p>
}}>Theorie Anfang</p>
<p className="semesterDateLable" style={{
fontSize: " 18px",
color: "#777777",
fontWeight: 500,
width: 150
}}>Semesterende</p>
}}>Theorie Ende</p>
</div>
<div className="semesterDateInputPair">
<input type="date" id="start" className={"box-shadow selector"} value={startDate}