Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on defaultText after changing theme to Blur Theme #518

Open
3rdelpi opened this issue Jun 28, 2020 · 1 comment
Open

Issue on defaultText after changing theme to Blur Theme #518

3rdelpi opened this issue Jun 28, 2020 · 1 comment

Comments

@3rdelpi
Copy link

3rdelpi commented Jun 28, 2020

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
Copy link
Author

3rdelpi commented Jun 28, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant