Browse Source

Reset background color

pull/6800/head
Thomas Kaul 4 weeks ago
parent
commit
56ef82f746
  1. 6
      apps/client/src/styles/theme.scss

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

@ -359,6 +359,12 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest);
) )
); );
@include mat.paginator-overrides(
(
container-background-color: transparent
)
);
@include mat.progress-bar-overrides( @include mat.progress-bar-overrides(
( (
active-indicator-color: var(--gf-theme-primary-500) active-indicator-color: var(--gf-theme-primary-500)

Loading…
Cancel
Save