From 56ef82f746a09ab918385c77e8a421e8033acbde Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:09:10 +0200 Subject: [PATCH] Reset background color --- apps/client/src/styles/theme.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index 7244b007d..dfde47c77 100644 --- a/apps/client/src/styles/theme.scss +++ b/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( ( active-indicator-color: var(--gf-theme-primary-500)