From 60f9e16435e93ce022b5f222143134105de55869 Mon Sep 17 00:00:00 2001 From: Bernardo Cardoso <32780808+BenOsodrac@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:57:59 +0000 Subject: [PATCH] fix(toolbar): updated toolbar token on ionic theme (#30054) Issue number: internal --------- ## What is the current behavior? - Updated toolbar font-size to use new tokens. ## Does this introduce a breaking change? - [ ] Yes - [x] No ## Other information - [Toolbar Ionic Theme](https://ionic-framework-3vljb9d5n-ionic1.vercel.app/src/components/toolbar/test/theme-ionic) --- core/src/components/toolbar/toolbar.ionic.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/toolbar/toolbar.ionic.scss b/core/src/components/toolbar/toolbar.ionic.scss index 37214ef7b8..63feac4a99 100644 --- a/core/src/components/toolbar/toolbar.ionic.scss +++ b/core/src/components/toolbar/toolbar.ionic.scss @@ -88,5 +88,5 @@ $toolbar-order-ionic: ( justify-content: end; order: map-get($toolbar-order-ionic, slot-end); - font-size: var(--ionic-font-size-600, 1.5rem); + font-size: globals.$ion-font-size-600; }