Fix: always reset theme classes on update appearance settings

This commit is contained in:
shamoon 2023-12-05 00:08:03 -08:00
parent 5d80511b9b
commit 8d6e7ed477

View File

@ -143,6 +143,8 @@ export class SettingsService {
`${hsl.l * 100}%`
)
} else {
this._renderer.removeClass(this.document.body, 'primary-dark')
this._renderer.removeClass(this.document.body, 'primary-light')
document.documentElement.style.removeProperty('--pngx-primary')
document.documentElement.style.removeProperty('--pngx-primary-lightness')
}