Browse Source

Decrease horizontal padding of buttons

pull/6679/head
Thomas Kaul 2 months ago
parent
commit
31735e8f23
  1. 5
      apps/client/src/styles/theme.scss

5
apps/client/src/styles/theme.scss

@ -313,7 +313,10 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest);
@include mat.button-overrides( @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
) )
); );

Loading…
Cancel
Save