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

Updates the copy for the introduction and consent modals #21431

Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove old gradient class from introduction modal
  • Loading branch information
vraja-pro committed Jun 6, 2024
commit 32f63efe51640a3716e03f342c5f91ba515c6bd0
2 changes: 1 addition & 1 deletion packages/js/src/introductions/components/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const Modal = ( { children } ) => {
onClose={ handleClose }
initialFocus={ initialFocusRef }
>
<PureModal.Panel className="yst-max-w-lg yst-p-0 yst-bg-gradient-to-b yst-from-[#EDD2E1] yst-rounded-3xl">
<PureModal.Panel className="yst-max-w-lg yst-p-0 yst-rounded-3xl">
{ children }
</PureModal.Panel>
</PureModal>
Expand Down