From 3a79a84228d07cd687d0ac4e41dcaba60917be1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Mon, 8 Mar 2021 14:07:03 +0200 Subject: [PATCH] Fixed circle button vertical alignment --- .../buttons/circle-button/circle-button.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/components/buttons/circle-button/circle-button.component.scss b/apps/red-ui/src/app/components/buttons/circle-button/circle-button.component.scss index 0a6440b67..b2af7125f 100644 --- a/apps/red-ui/src/app/components/buttons/circle-button/circle-button.component.scss +++ b/apps/red-ui/src/app/components/buttons/circle-button/circle-button.component.scss @@ -8,7 +8,7 @@ button { height: 34px; width: 34px; - line-height: 34px; + line-height: 33px; &.small { height: 32px; @@ -18,6 +18,7 @@ button { mat-icon { width: 14px; + height: 34px; margin: 0; }