The bug where the button was not inheriting the font has been fixed.
Before
button {
all: initial;
...
}
After
button {
all: initial;
font: inherit;
...
}
What's Changed
- Revert "Feature/export" by @ryxxn in #11
- Feature / change module css by @ryxxn in #12
- fix: a bug in which the font style does not inherit by @ryxxn in #13
Full Changelog: v0.4.0...v0.7.0