From 3221fae1723d0918bef86155493a50fecec531a7 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Mon, 28 Sep 2020 15:38:45 +0200 Subject: [PATCH] Refined primary button height --- ghost/portal/src/components/common/ActionButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/portal/src/components/common/ActionButton.js b/ghost/portal/src/components/common/ActionButton.js index c21bb46590..e5f70e7082 100644 --- a/ghost/portal/src/components/common/ActionButton.js +++ b/ghost/portal/src/components/common/ActionButton.js @@ -7,7 +7,7 @@ export const ActionButtonStyles = ` .gh-portal-btn-main { box-shadow: none; position: relative; - height: 46px; + height: 44px; border: none; }