From 31735e8f23fae1ccdcb567cc8e65707ceb4f881d Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 3 Apr 2026 20:57:15 +0200 Subject: [PATCH] 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 ) );