From f1e12015d6d36787291bd5b823eb08e4f0f6cf16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Albeza?= Date: Tue, 20 Feb 2024 12:41:49 +0100 Subject: [PATCH] :bug: Fix icon size in buttons --- frontend/resources/styles/common/refactor/basic-rules.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/resources/styles/common/refactor/basic-rules.scss b/frontend/resources/styles/common/refactor/basic-rules.scss index 4dd70f856..2e6150fcc 100644 --- a/frontend/resources/styles/common/refactor/basic-rules.scss +++ b/frontend/resources/styles/common/refactor/basic-rules.scss @@ -130,6 +130,8 @@ color: var(--button-tertiary-foreground-color-rest); background-color: transparent; border: var(--button-tertiary-border-width) solid transparent; + display: grid; + place-content: center; svg, span svg { stroke: var(--button-tertiary-foreground-color-rest);