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