I set this in theme.config.js:

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.