Skip to content

Commit b9ced55

Browse files
joselrioIonitron
andauthored
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

32 files changed

+2
-2
lines changed

core/src/components/checkbox/checkbox.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ input {
113113
// ----------------------------------------------------------------
114114

115115
.checkbox-bottom {
116-
@include globals.typography(globals.$ion-body-md-regular);
116+
@include globals.typography(globals.$ion-body-sm-medium);
117117
}
118118

119119
.checkbox-bottom .error-text {
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)