Skip to content

MudField, MudMask: Support typography customization#9421

Merged
henon merged 1 commit intoMudBlazor:devfrom
danielchalmers:field-typo
Jul 17, 2024
Merged

MudField, MudMask: Support typography customization#9421
henon merged 1 commit intoMudBlazor:devfrom
danielchalmers:field-typo

Conversation

@danielchalmers
Copy link
Member

@danielchalmers danielchalmers commented Jul 16, 2024

Description

Follows up on #8754 and Resolves #9412, also reported in #8754 (comment).

MudField and MudMask are not using a standard inheritance so were missed in the original PR. This brings parity for the application of typography classes to them.

How Has This Been Tested?

visually

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

Checklist

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions bot added bug Unexpected behavior or functionality not working as intended PR: needs review labels Jul 16, 2024
@codecov
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.60%. Comparing base (28bc599) to head (47c6bee).
Report is 353 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #9421      +/-   ##
==========================================
+ Coverage   89.82%   90.60%   +0.77%     
==========================================
  Files         412      403       -9     
  Lines       11878    12675     +797     
  Branches     2364     2452      +88     
==========================================
+ Hits        10670    11484     +814     
+ Misses        681      632      -49     
- Partials      527      559      +32     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ScarletKuro ScarletKuro requested a review from henon July 17, 2024 16:38
@henon henon merged commit 75762c0 into MudBlazor:dev Jul 17, 2024
@henon
Copy link
Contributor

henon commented Jul 17, 2024

Thanks!

@gabephudson
Copy link
Contributor

Easy thing to miss; inheritance is such a fickle mistress. ;)

This has fixed our sizing issues with both MudField and Mask.

Thanks so much for the quick fix @danielchalmers!

@danielchalmers
Copy link
Member Author

@gabephudson No problem, it was a lot easier thanks to your detailed comment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Masked input slightly changes font-size

3 participants