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

text can not be seen when use dark scheme #159

Open
lolizeppelin opened this issue Oct 29, 2021 · 0 comments
Open

text can not be seen when use dark scheme #159

lolizeppelin opened this issue Oct 29, 2021 · 0 comments

Comments

@lolizeppelin
Copy link

Description of Bug

text can not be seen when use dark scheme/ but work fine on light scheme
My Framework is fuse angluar
http://angular-material.fusetheme.com/

dark scheme
dark

light scheme
light

Framework fuse update scheme code
/**
* Update the selected scheme
*
* @Private
*/
private _updateScheme(): void
{
// Remove class names for all schemes
this._document.body.classList.remove('light', 'dark');
// Add class name for the currently selected scheme
this._document.body.classList.add(this.scheme);
}

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