MudTable: Use theme typography for font size#8984
MudTable: Use theme typography for font size#8984neozhu wants to merge 6 commits intoMudBlazor:devfrom
Conversation
|
does the line-height and letter-spacing need to be inherited too? |
line-height,letter-spacing: inherit;
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #8984 +/- ##
==========================================
+ Coverage 89.82% 90.57% +0.74%
==========================================
Files 412 397 -15
Lines 11878 12313 +435
Branches 2364 2396 +32
==========================================
+ Hits 10670 11153 +483
+ Misses 681 621 -60
- Partials 527 539 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Garderoben
left a comment
There was a problem hiding this comment.
We talked about this but rather want it to use the themes body2 for font instead of inherit.
See |
|
Hi, this pull request hasn't had activity in a while and has been marked as stale. Please reply if you're still working on it! |
|
Moved to #12045 |
Description:
This PR modifies the
_table.scssfile by changing thefont-sizeproperty from0.875toinherit.Changes:
_table.scss:font-size: 0.875->font-size: inheritBenefits:
Testing: