Skip to content

Commit 60f9e16

Browse files
authored
fix(toolbar): updated toolbar token on ionic theme (#30054)
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 current behavior? <!-- Please describe the current behavior that you are modifying. --> - Updated toolbar font-size to use new tokens. ## 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. --> - [Toolbar Ionic Theme](https://ionic-framework-3vljb9d5n-ionic1.vercel.app/src/components/toolbar/test/theme-ionic)
1 parent 1e33a57 commit 60f9e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/toolbar/toolbar.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ $toolbar-order-ionic: (
8888
justify-content: end;
8989
order: map-get($toolbar-order-ionic, slot-end);
9090

91-
font-size: var(--ionic-font-size-600, 1.5rem);
91+
font-size: globals.$ion-font-size-600;
9292
}

0 commit comments

Comments
 (0)