-
Notifications
You must be signed in to change notification settings - Fork 95
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
Global styles #1557
Global styles #1557
Conversation
Replace rendering of global styles via glamor with a styled component.
We are using the GlobalStyles component instead now.
With this change glamor is only used for the Axis component.
Currently this test may be a bit flacky. It will fail e.g. if glamor is removed or the version of styled-component is changed. If it fails to often it should be removed.
Codecov Report
@@ Coverage Diff @@
## master #1557 +/- ##
==========================================
+ Coverage 36.5% 36.51% +0.01%
==========================================
Files 1031 1031
Lines 23796 23792 -4
Branches 6571 6570 -1
==========================================
+ Hits 8686 8687 +1
+ Misses 13723 13719 -4
+ Partials 1387 1386 -1
Continue to review full report at Codecov.
|
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.
I found a small typo in the Changelog. Other than that this PR looks good.
Co-Authored-By: Steffen Waterkamp <32056637+swaterkamp@users.noreply.github.com>
Checklist: