Days Grayed Out
This commit is contained in:
@@ -58,7 +58,7 @@ export default function BasicDateCalendar(p) {
|
||||
backgroundColor: getBackMonthColor(index) ? "#346991":"rgba(0,0,0,0)",
|
||||
color : getBackMonthColor(index) ? "white":"black",
|
||||
borderRadius : 10
|
||||
}}>{getMonthName(index)}</p>
|
||||
}}>{getMonthName(index) + " " + new Date(parseInt(startParts[2]), parseInt(startParts[1]) + index - 1, 1).getFullYear()}</p>
|
||||
<div className={"Days"} style={{
|
||||
pointerEvents: "none"
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user