-
Notifications
You must be signed in to change notification settings - Fork 171
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
Cleanup Typography + utilize new Typography system from Unicorn UI #1199
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
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.
changes all look reasonable, can we get a few screenshots of the changes here before approval?
720p.1199.mov@jeff-mccoy watch unmuted |
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.
@Noxsios raising the bar on async PR review process. Also lgtm.
…1199) ## Description Utilizes new Typography system from @mike-winberry : https://unicorn-ui.netlify.app/theme - Replaces current global theming via `app.css` w/ an implementation in `typography.ts` - Performs overrides to stay in harmony with the Figma spec laid out by @Madeline-UX ### Additions: - Remove dead `Container` and `Modal` components - Replace any leftover `<p>` and `<hX` elements w/ Typography
Description
Utilizes new Typography system from @mike-winberry : https://unicorn-ui.netlify.app/theme
app.css
w/ an implementation intypography.ts
Additions:
Container
andModal
components<p>
and<hX
elements w/ Typography