chore: enable the blur styles

demo-blur
DESKTOP-Q2JDODV\Admin 2021-06-28 16:30:42 +03:00
parent 9837325c8a
commit 5ab1c38273
1 changed files with 9 additions and 9 deletions

View File

@ -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 */