From 59fa340650840b2abf86bd643350da7064ee9ead Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 19 Feb 2020 11:31:42 -0500 Subject: [PATCH] fix(button): reduce font size of icon only button in toolbar on iOS (#20547) --- core/src/components/buttons/buttons.ios.scss | 2 +- .../components/toolbar/test/spec/index.html | 23 ++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/core/src/components/buttons/buttons.ios.scss b/core/src/components/buttons/buttons.ios.scss index 3979d975da..eb605877de 100644 --- a/core/src/components/buttons/buttons.ios.scss +++ b/core/src/components/buttons/buttons.ios.scss @@ -117,7 +117,7 @@ @include padding(0); @include margin(0); - font-size: 31px; + font-size: 28px; line-height: .67; } diff --git a/core/src/components/toolbar/test/spec/index.html b/core/src/components/toolbar/test/spec/index.html index 19b6c68017..7594e76fae 100644 --- a/core/src/components/toolbar/test/spec/index.html +++ b/core/src/components/toolbar/test/spec/index.html @@ -36,7 +36,9 @@ - + + + @@ -54,6 +56,25 @@ + + + + + + + + + + + + + + + + + + +