Skip to content
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

Merged
merged 4 commits into from
Aug 9, 2024

Conversation

Kunalbskr
Copy link
Contributor

No description provided.

@Kunalbskr Kunalbskr linked an issue Aug 2, 2024 that may be closed by this pull request
6 tasks
@Kunalbskr Kunalbskr self-assigned this Aug 2, 2024
@Kunalbskr Kunalbskr requested a review from choden-dev August 2, 2024 07:01
Copy link

github-actions bot commented Aug 2, 2024

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">
Copy link
Member

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

Copy link
Member

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

@Kunalbskr Kunalbskr merged commit b2b9e65 into master Aug 9, 2024
8 checks passed
@Kunalbskr Kunalbskr deleted the 732-restyle-booking-confirmation-panel branch August 9, 2024 09:42
choden-dev pushed a commit that referenced this pull request Aug 12, 2024
…design (#736)

* aligned contents to the left as in figma

* ran prettier

* took out the centering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FRONTEND] Restyle booking confirmation panel
2 participants