From f58a7c05e8fc0a4cda7dd8571437f54b7d4a72f6 Mon Sep 17 00:00:00 2001 From: Ire Aderinokun Date: Wed, 14 Nov 2018 14:04:59 -0800 Subject: [PATCH] style(fab): fix typo in `height` variable (#16227) --- core/src/components/fab-button/fab-button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/fab-button/fab-button.scss b/core/src/components/fab-button/fab-button.scss index b16ec81bc4..e7214a0ec5 100755 --- a/core/src/components/fab-button/fab-button.scss +++ b/core/src/components/fab-button/fab-button.scss @@ -100,7 +100,7 @@ background-clip: padding-box; color: var(--color); - line-height: var(--heigh); + line-height: var(--height); box-shadow: var(--box-shadow); contain: strict;