From 558a9e4d0b0339d72f5a17fbae790b96f8e68b32 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 5 Apr 2026 09:17:23 +0200 Subject: [PATCH] Task/decrease horizontal padding of buttons (#6679) Decrease horizontal padding of buttons --- apps/client/src/styles/theme.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index fcab80518..f8abd8347 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -313,7 +313,10 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); @include mat.button-overrides( ( - filled-container-color: var(--gf-theme-primary-500) + filled-container-color: var(--gf-theme-primary-500), + filled-horizontal-padding: 1rem, + outlined-horizontal-padding: 1rem, + text-horizontal-padding: 1rem ) );