-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restyled booking confirmation panel to more accurately reflect figma design #736
Conversation
Visit the preview URL for this PR (updated for commit 3e244d9): https://uasc-ceebc--pr736-732-restyle-booking-uiu64e27.web.app (expires Thu, 15 Aug 2024 10:54:44 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 36296ceaed1d43e92e7d5e81a72a7bd987560bfa |
@@ -8,7 +8,7 @@ type SuccessfulBookingProps = { | |||
const SuccessfulBooking = ({ startDate, endDate }: SuccessfulBookingProps) => { | |||
return ( | |||
<> | |||
<div className="border-gray-3 h-auto w-full rounded-md border-2 bg-white py-5"> | |||
<div className="border-gray-3 flex h-auto w-full flex-col items-start rounded-md border-2 bg-white px-8 py-2"> | |||
<h3 className="text-dark-blue-100 xxs:mb-5 mb-10 mt-5 text-center font-bold"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have to remove the text-center here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and any other ones that are causing the small screen to have it centered
…design (#736) * aligned contents to the left as in figma * ran prettier * took out the centering
No description provided.