From 4933045d3f1726a2413d2205bb7b36329569b255 Mon Sep 17 00:00:00 2001 From: Clemente Raposo Date: Thu, 5 Dec 2024 00:49:43 +0000 Subject: [PATCH] Update button styling --- core/app/shell/src/themes/suite8/css/components/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/app/shell/src/themes/suite8/css/components/_button.scss b/core/app/shell/src/themes/suite8/css/components/_button.scss index bf253cb38..479c10b15 100644 --- a/core/app/shell/src/themes/suite8/css/components/_button.scss +++ b/core/app/shell/src/themes/suite8/css/components/_button.scss @@ -472,7 +472,7 @@ button.settings-button.dropdown-toggle::after { background-color: transparent; border: 1px solid $shell-grey; fill: $shell-grey; - padding: 0.6em; + padding: 0.55em; font-size: 1.4em; &:hover { background-color: $light-grey;