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; }