From 13cd3484896839b425883e3e9669b2057f1f1637 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Thu, 7 Aug 2025 01:29:56 +0700 Subject: [PATCH] fix(styles): remove --mdc-outlined-card-container-color --- apps/client/src/styles/theme.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/client/src/styles/theme.scss b/apps/client/src/styles/theme.scss index f39e08538..1d69f196a 100644 --- a/apps/client/src/styles/theme.scss +++ b/apps/client/src/styles/theme.scss @@ -170,8 +170,6 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); row-item-outline-color: rgba(var(--dark-dividers)) ) ); - - --mdc-outlined-card-container-color: unset; } .theme-dark { @@ -203,8 +201,6 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); row-item-outline-color: rgba(var(--light-dividers)) ) ); - - --mdc-outlined-card-container-color: unset; } .theme-dark,