Commit b9ced55
fix(checkbox, radio-button): fixed error message font-size for Ionic theme (#30836)
Issue number: resolves #
---------
## What is the current behavior?
- Checkbox and RadioGroup font-size was medium regular (14px)
## What is the new behavior?
- Checkbox and RadioGroup are now with font-size small regular (12px)
## Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!--
If this introduces a breaking change:
1. Describe the impact and migration path for existing applications
below.
2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
See
https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
for more information.
-->
---------
Co-authored-by: ionitron <[email protected]>1 parent 10f4197 commit b9ced55
File tree
32 files changed
+2
-2
lines changed- core/src/components
- checkbox
- test/bottom-content/checkbox.e2e.ts-snapshots
- radio-group
- test/supporting-text/radio-group.e2e.ts-snapshots
32 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments