diff --git a/frontend/src/assets/css/checkout.css b/frontend/src/assets/css/checkout.css index a6386396f..62b98ff9e 100644 --- a/frontend/src/assets/css/checkout.css +++ b/frontend/src/assets/css/checkout.css @@ -173,11 +173,9 @@ div.checkout div.payment-info div.payment-info-price { font-weight: 500; } -div.checkout .btn-checkout, -div.checkout .btn-cancel { +div.checkout .btn-checkout { font-size: 18px; line-height: 24px; - font-weight: 500; border: 0; border-radius: 5px; color: #fff; @@ -187,14 +185,19 @@ div.checkout .btn-cancel { white-space: nowrap; padding: 5px 32px; margin-left: 7px; + font-weight: 400; } div.checkout .btn-checkout { - background: #232323; + background-color: #232323; } div.checkout .btn-cancel { - background: #999; + height: 42px; + min-width: 164px; + font-size: 18px; + line-height: 24px; + font-weight: 400; } .status { diff --git a/frontend/src/assets/css/common.css b/frontend/src/assets/css/common.css index b7e81ed81..c34d3507f 100644 --- a/frontend/src/assets/css/common.css +++ b/frontend/src/assets/css/common.css @@ -22,10 +22,10 @@ color: #fff !important; } -.btn-secondary { +/* .btn-secondary { background-color: #999 !important; color: #fff !important; -} +} */ .btn-primary:hover, .btn-secondary:hover, diff --git a/frontend/src/components/Avatar.tsx b/frontend/src/components/Avatar.tsx index d1aed4930..175221c76 100644 --- a/frontend/src/components/Avatar.tsx +++ b/frontend/src/components/Avatar.tsx @@ -235,7 +235,7 @@ const Avatar = ({ {commonStrings.CONFIRM_TITLE} {commonStrings.DELETE_AVATAR_CONFIRM} - + {commonStrings.CANCEL} diff --git a/frontend/src/components/BookingList.tsx b/frontend/src/components/BookingList.tsx index bd445529f..9e4318130 100644 --- a/frontend/src/components/BookingList.tsx +++ b/frontend/src/components/BookingList.tsx @@ -558,7 +558,7 @@ const BookingList = ({ {!cancelRequestProcessing && ( - + {commonStrings.CLOSE} )} diff --git a/frontend/src/components/CarSelectList.tsx b/frontend/src/components/CarSelectList.tsx index e6af2f862..032142264 100644 --- a/frontend/src/components/CarSelectList.tsx +++ b/frontend/src/components/CarSelectList.tsx @@ -206,7 +206,7 @@ const CarSelectList = ({ )} - + {commonStrings.CLOSE} diff --git a/frontend/src/components/ContactForm.tsx b/frontend/src/components/ContactForm.tsx index a39a1049d..cf1b8d03e 100644 --- a/frontend/src/components/ContactForm.tsx +++ b/frontend/src/components/ContactForm.tsx @@ -186,7 +186,8 @@ const ContactForm = ({ user, className }: ContactFormProps) => { } { diff --git a/frontend/src/components/NotificationList.tsx b/frontend/src/components/NotificationList.tsx index 68690aea6..f0e1e3214 100644 --- a/frontend/src/components/NotificationList.tsx +++ b/frontend/src/components/NotificationList.tsx @@ -189,7 +189,7 @@ const NotificationList = ({ user }: NotificationListProps) => { )} - {/* + { setSelectedRows(checkedRows) @@ -198,7 +198,7 @@ const NotificationList = ({ user }: NotificationListProps) => { > - */} + )} @@ -318,7 +318,7 @@ const NotificationList = ({ user }: NotificationListProps) => { )} - {/* + { setSelectedRows([row]) @@ -327,7 +327,7 @@ const NotificationList = ({ user }: NotificationListProps) => { > - */} + @@ -369,7 +369,8 @@ const NotificationList = ({ user }: NotificationListProps) => { onClick={() => { setOpenDeleteDialog(false) }} - variant="contained" + variant="outlined" + color="primary" className="btn-secondary" > {commonStrings.CANCEL} diff --git a/frontend/src/pages/Activate.tsx b/frontend/src/pages/Activate.tsx index e21904e75..152d2f4d8 100644 --- a/frontend/src/pages/Activate.tsx +++ b/frontend/src/pages/Activate.tsx @@ -207,7 +207,7 @@ const Activate = () => { {reset ? commonStrings.UPDATE : strings.ACTIVATE} - + {commonStrings.CANCEL} diff --git a/frontend/src/pages/Checkout.tsx b/frontend/src/pages/Checkout.tsx index 1d7847420..c8d72a554 100644 --- a/frontend/src/pages/Checkout.tsx +++ b/frontend/src/pages/Checkout.tsx @@ -890,7 +890,13 @@ const Checkout = () => { )} {(!clientSecret || payLater) && ( - + { loading ? @@ -899,9 +905,10 @@ const Checkout = () => { )} { try { if (bookingId && sessionId) { diff --git a/frontend/src/pages/ForgotPassword.tsx b/frontend/src/pages/ForgotPassword.tsx index 2636bb67d..f0f2d7693 100644 --- a/frontend/src/pages/ForgotPassword.tsx +++ b/frontend/src/pages/ForgotPassword.tsx @@ -148,7 +148,7 @@ const ForgotPassword = () => { {strings.RESET} - + {commonStrings.CANCEL} diff --git a/frontend/src/pages/ResetPassword.tsx b/frontend/src/pages/ResetPassword.tsx index 80d0ad35d..1944cd0b4 100644 --- a/frontend/src/pages/ResetPassword.tsx +++ b/frontend/src/pages/ResetPassword.tsx @@ -167,7 +167,7 @@ const ResetPassword = () => { {commonStrings.UPDATE} - + {commonStrings.CANCEL} diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 74bc047cb..0b07d2710 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -247,7 +247,8 @@ const Settings = () => { {commonStrings.SAVE} { diff --git a/frontend/src/pages/SignUp.tsx b/frontend/src/pages/SignUp.tsx index 8dcbf9439..94f265d42 100644 --- a/frontend/src/pages/SignUp.tsx +++ b/frontend/src/pages/SignUp.tsx @@ -394,10 +394,10 @@ const SignUp = () => { - + {strings.SIGN_UP} - + {' '} {commonStrings.CANCEL}