From 5ab1c382733463de03ce1989a59c765c63c45d93 Mon Sep 17 00:00:00 2001 From: "DESKTOP-Q2JDODV\\Admin" Date: Mon, 28 Jun 2021 16:30:42 +0300 Subject: [PATCH] chore: enable the blur styles --- src/app/theme/theme.config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/theme/theme.config.js b/src/app/theme/theme.config.js index 4096972..bc8f0a1 100644 --- a/src/app/theme/theme.config.js +++ b/src/app/theme/theme.config.js @@ -11,15 +11,15 @@ /** @ngInject */ function config(baConfigProvider, colorHelper, $provide) { $provide.decorator('$uiViewScroll', uiViewScrollDecorator); - //baConfigProvider.changeTheme({blur: true}); - // - //baConfigProvider.changeColors({ - // default: 'rgba(#000000, 0.2)', - // defaultText: '#ffffff', - // dashboard: { - // white: '#ffffff', - // }, - //}); + baConfigProvider.changeTheme({blur: true}); + + baConfigProvider.changeColors({ + default: 'rgba(#000000, 0.2)', + defaultText: '#ffffff', + dashboard: { + white: '#ffffff', + }, + }); } /** @ngInject */