fix: apparently fix app jumping around

This commit is contained in:
Paul Makles
2021-12-28 22:58:19 +00:00
parent d20fa9e3ea
commit a4155a1153
2 changed files with 1 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ export default class STheme {
...this.settings.get("appearance:theme:overrides"),
light: this.isLight(),
"min-opacity": 1,
"min-opacity": 0,
};
}