Merge Of Branches Multiselect
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user