From 9fa1f4d38a6e53ab5a962d338f966686a12ebf4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Hassan?= Date: Thu, 26 Oct 2023 14:08:20 +0200 Subject: [PATCH] previous days in calendar --- .../react-app/src/components/ResvervationContent/stlyes.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/parking-place/react-app/src/components/ResvervationContent/stlyes.tsx b/src/parking-place/react-app/src/components/ResvervationContent/stlyes.tsx index cb3435a..aad135e 100644 --- a/src/parking-place/react-app/src/components/ResvervationContent/stlyes.tsx +++ b/src/parking-place/react-app/src/components/ResvervationContent/stlyes.tsx @@ -38,9 +38,9 @@ export const ReservationStyles = ( maxWidth: 700, }, }, - "& .welcome-message": { + "& .welcome-message": { display: "flex", - flexDirection: "column", + flexDirection: "column", alignItems: "center", }, }, @@ -56,7 +56,7 @@ export const DatePickerStyles = ( minHeight: "200px", }, "& .MuiPickersDay-root.Mui-disabled": { - opacity: 0, + opacity: 0.5, }, "& .MuiPickersDay-dayOutsideMonth": { color: "#000000",