mirror of https://github.com/akveo/blur-admin
fix(colorScheme): rollback to default blur theme
parent
1724e0f824
commit
b2fd6908d0
|
@ -10,12 +10,12 @@
|
|||
|
||||
/** @ngInject */
|
||||
function config(baConfigProvider, colorHelper) {
|
||||
baConfigProvider.theme.blur = false;
|
||||
|
||||
var colors = baConfigProvider.colors;
|
||||
colors.default = '#ffffff';
|
||||
colors.defaultText = '#666666';
|
||||
colors.dashboard.white = '#10c4b5';
|
||||
colors.dashboard.whiteDark = colorHelper.shade(colors.dashboard.white, 5);
|
||||
//baConfigProvider.theme.blur = false;
|
||||
//
|
||||
//var colors = baConfigProvider.colors;
|
||||
//colors.default = '#ffffff';
|
||||
//colors.defaultText = '#666666';
|
||||
//colors.dashboard.white = '#10c4b5';
|
||||
//colors.dashboard.whiteDark = colorHelper.shade(colors.dashboard.white, 5);
|
||||
}
|
||||
})();
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@import 'theme/conf/mixins';
|
||||
@import 'theme/conf/colorScheme/mint';
|
||||
@import 'theme/conf/colorScheme/blur';
|
||||
@import 'theme/conf/variables';
|
||||
|
|
Loading…
Reference in New Issue