From cec13a0bb2aa093271fb9faba3992883bc2cc0b6 Mon Sep 17 00:00:00 2001 From: "d.strigo" Date: Wed, 25 Oct 2023 23:36:53 +0200 Subject: [PATCH] fix(material-theme): fix build after rebasing with master --- src/app/@theme/styles/themes.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/@theme/styles/themes.scss b/src/app/@theme/styles/themes.scss index 67152f6a..330cea21 100644 --- a/src/app/@theme/styles/themes.scss +++ b/src/app/@theme/styles/themes.scss @@ -1,7 +1,7 @@ // @nebular theming framework -@import '~@nebular/theme/styles/theming'; +@import '@nebular/theme/styles/theming'; // @nebular out of the box themes -@import '~@nebular/theme/styles/themes'; +@import '@nebular/theme/styles/themes'; // material themes @import './material/material-dark'; @import './material/material-light';