Skip to content

Issue on defaultText after changing theme to Blur Theme #518

@3rdelpi

Description

@3rdelpi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions