Merge Of Branches Multiselect

This commit is contained in:
brausjonas
2023-06-16 10:33:04 +02:00
parent e436e61041
commit 53ac8ff0bf
10 changed files with 480 additions and 711 deletions
+1 -1
View File
@@ -796,7 +796,7 @@ export default function CalenderView(p) {
width: "90%",
backgroundColor: e === ErrorType.Okay ? "white" : "#e5a10e",
borderRadius: 15,
display: "flex",
display: e === ErrorType.Okay ? "none" : "flex",
flexDirection: "column",
justifyContent: "center",
gap: 10,