From 48bbf338e1501471e0261d1fb8c067ef2667f843 Mon Sep 17 00:00:00 2001 From: "DESKTOP-Q2JDODV\\Admin" Date: Mon, 28 Jun 2021 15:58:23 +0300 Subject: [PATCH] chore: change the theme to blur --- src/sass/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/common.scss b/src/sass/common.scss index df04ce9..b1468aa 100644 --- a/src/sass/common.scss +++ b/src/sass/common.scss @@ -1,3 +1,3 @@ @import 'theme/conf/mixins'; -@import 'theme/conf/colorScheme/mint'; +@import 'theme/conf/colorScheme/blur'; @import 'theme/conf/variables';