akveo / blur-admin

AngularJS Bootstrap Admin Panel Framework
http://akveo.github.io/blur-admin/
Other
11.37k stars 3.09k forks source link

Issue on defaultText after changing theme to Blur Theme #518

Open 3rdelpi opened 4 years ago

3rdelpi commented 4 years ago

I set this in theme.config.js: blurAdminIssue

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',
  },
});

}

However the text didn't change to white. I've been trying to find some solutions but I can't find one related to this issue.

3rdelpi commented 4 years ago

Ps. This is the folder hierarchy. Thanks for your help :) blurAdminIssue2