-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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
fix: Booking confirmation: Cancelled event icon regression #14018
Conversation
@ASQUAREEE is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
No dependency changes detected. Learn more about Socket for GitHub ↗︎ 👍 No dependency changes detected in pull request |
Graphite Automations"Add foundation team as reviewer" took an action on this PR • (03/07/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add consumer team as reviewer" took an action on this PR • (03/07/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (03/07/24)1 label was added to this PR based on Keith Williams's automation. |
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.
thats not the right icon. i think we have a svg icon somewhere
Graphite Automations"Add foundation team as reviewer" took an action on this PR • (03/07/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add consumer team as reviewer" took an action on this PR • (03/07/24)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (03/07/24)1 label was added to this PR based on Keith Williams's automation. |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Head branch was pushed to by a user without write access
{isCancelled && ( | ||
<img src="/booking-cancelled.svg" alt="cancelled image" className="h-8 w-8" /> | ||
)} |
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.
Doesn't look good in dark mode
@@ -17,7 +17,7 @@ | |||
--cal-bg-info: hsla(218,83%,98%,1); | |||
--cal-bg-success: hsla(134,76%,94%,1); | |||
--cal-bg-attention: hsla(37, 86%, 92%, 1); | |||
--cal-bg-error: hsla(3,66,93,1); | |||
--cal-bg-error: hsla(3,66%,93%,1); |
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.
This was the bug in light mode. I have removed the svg that you added
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.
Thank you
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.
Fixes: #14016
I just converted an X icon to an Xcircle icon and fixed the issue.