From 8eb468db1e3ea91a3529bedd6839ce581eddc944 Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Tue, 31 Jan 2023 20:09:01 +0100 Subject: [PATCH] Upgrade import --- apps/client/src/styles/ghostfolio-style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/styles/ghostfolio-style.scss b/apps/client/src/styles/ghostfolio-style.scss index 51ceeb884..c10e713c4 100644 --- a/apps/client/src/styles/ghostfolio-style.scss +++ b/apps/client/src/styles/ghostfolio-style.scss @@ -1,6 +1,6 @@ -$mat-css-dark-theme-selector: '.is-dark-theme'; +@use 'angular-material-css-vars/public-util' as mat-css-utilities; -@import 'node_modules/angular-material-css-vars/src/lib/public-util'; +$mat-css-dark-theme-selector: '.is-dark-theme'; $alpha-disabled-text: 0.38; $alpha-hover: 0.04;