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

fix: synced Notice component with design #1605

Merged
merged 3 commits into from
Aug 5, 2024

Conversation

denysfedorov
Copy link
Contributor

@denysfedorov denysfedorov commented Aug 1, 2024

Closes: #1577

@denysfedorov denysfedorov self-assigned this Aug 1, 2024
@denysfedorov denysfedorov requested review from a team as code owners August 1, 2024 08:53
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-1605.d15792l1n26ww3.amplifyapp.com

@denysfedorov denysfedorov changed the title fix: synced notice component with design fix: synced Notice component with design Aug 1, 2024
Copy link
Member

@scurker scurker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good start! I left some inline comments but noticed a few other things. It looks like we need some additional CSS to handle lists as the margins of the list aren't offset correctly:

image

image

One other thing I missed is that we need to remove font-size so it inherits from the default font size of the body as well.

@denysfedorov
Copy link
Contributor Author

@scurker Fixed review changes, fixed mdx file, fixed lists view (margin\padding)

@denysfedorov denysfedorov requested a review from scurker August 2, 2024 11:40
@denysfedorov
Copy link
Contributor Author

image
image

@denysfedorov denysfedorov force-pushed the fix/design-sync-notice branch from a9ae301 to 85b8aaa Compare August 2, 2024 11:58
Copy link
Member

@scurker scurker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's still a few remaining font-size properties that need to be removed. Looks like it's getting applied to the title as well as links/buttons.

@denysfedorov denysfedorov requested a review from scurker August 5, 2024 09:16
@denysfedorov denysfedorov merged commit 9eab948 into develop Aug 5, 2024
8 checks passed
@denysfedorov denysfedorov deleted the fix/design-sync-notice branch August 5, 2024 13:52
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.

Design Sync: Notice
2 participants