chore: allow themes to override eachother (#7188)

This commit is contained in:
Beka Westberg
2023-06-21 08:26:01 -07:00
committed by GitHub
parent 130989763c
commit 5f2e143ab8

View File

@@ -74,7 +74,7 @@ export class Theme implements ITheme {
this.fontStyle = Object.create(null) as FontStyle;
// Register the theme by name.
registry.register(registry.Type.THEME, name, this);
registry.register(registry.Type.THEME, name, this, true);
}
/**