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