-
Notifications
You must be signed in to change notification settings - Fork 26
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
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Notice
component with design
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 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:
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.
@scurker Fixed review changes, fixed mdx file, fixed lists view (margin\padding) |
a9ae301
to
85b8aaa
Compare
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.
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.
Closes: #1577