From 324f79091bb41391c90528611298da150e6d4f2b Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Tue, 29 Sep 2015 14:08:07 -0500 Subject: [PATCH] fix(fab): icon size Once again Closing #205 --- ionic/components/button/button-fab.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/button/button-fab.scss b/ionic/components/button/button-fab.scss index 31bbb991f6..588117803e 100644 --- a/ionic/components/button/button-fab.scss +++ b/ionic/components/button/button-fab.scss @@ -51,7 +51,7 @@ button, icon { flex: 1; - font-size: 3.6rem; + font-size: 2.8rem; min-width: 64px; }