Skip to content

Commit 034d047

Browse files
BenOsodracIonitron
andauthored
fix(tab-button): fix font-size token on ionic theme (#30439)
Issue number: internal --------- <!-- 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 new behavior? <!-- Please describe the behavior or changes that are being added by this PR. --> - Updated typography to use correct 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. --> [Ionic tab-bar](https://ionic-framework-git-rou-11968-tabs-ionic1.vercel.app/src/components/tab-bar/test/basic?ionic:theme=ionic) --------- Co-authored-by: ionitron <[email protected]>
1 parent 8e8e8f9 commit 034d047

File tree

37 files changed

+1
-1
lines changed

37 files changed

+1
-1
lines changed

core/src/components/tab-button/tab-button.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
--focus-ring-color: #{globals.$ion-border-focus-default};
99
--focus-ring-width: #{globals.$ion-border-radius-025};
1010

11-
@include globals.typography(globals.$ion-body-action-sm);
11+
@include globals.typography(globals.$ion-body-action-xs);
1212

1313
position: relative;
1414

0 commit comments

Comments
 (0)