Skip to content

Commit e227fd9

Browse files
refactor(checkbox): update according to design (#30882)
Issue number: resolves # --------- <!-- Please do not submit updates to dependencies unless it fixes an issue. --> <!-- Please try to limit your pull request to one type (bugfix, feature, etc). Submit multiple pull requests if needed. --> ## What is the current behavior? The checkbox component does not currently match our UX designs for the ionic theme. ## What is the new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Changed typography to use correct design token. ## 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. --> ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
1 parent 5bb5cc6 commit e227fd9

File tree

25 files changed

+1
-1
lines changed

25 files changed

+1
-1
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-sm-medium);
116+
@include globals.typography(globals.$ion-body-md-regular);
117117
}
118118

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

0 commit comments

Comments
 (0)