Skip to content

Commit

Permalink
Merge pull request #15 from SenseNet/fix/past-dates-opacity
Browse files Browse the repository at this point in the history
previous days in calendar
  • Loading branch information
hassanad94 authored Oct 26, 2023
2 parents 56f2878 + 9fa1f4d commit 98b0125
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export const ReservationStyles = (
maxWidth: 700,
},
},
"& .welcome-message": {
"& .welcome-message": {
display: "flex",
flexDirection: "column",
flexDirection: "column",
alignItems: "center",
},
},
Expand All @@ -56,7 +56,7 @@ export const DatePickerStyles = (
minHeight: "200px",
},
"& .MuiPickersDay-root.Mui-disabled": {
opacity: 0,
opacity: 0.5,
},
"& .MuiPickersDay-dayOutsideMonth": {
color: "#000000",
Expand Down

0 comments on commit 98b0125

Please sign in to comment.