Remove base key

This commit is contained in:
RMidhunSuresh 2022-06-15 15:04:12 +05:30
parent b00bbc7daf
commit 48da6c782c

View file

@ -52,7 +52,6 @@ export type ThemeManifest = {
}; };
type Variant = { type Variant = {
base: boolean;
/** /**
* If true, this variant is used a default dark/light variant and will be the selected theme * If true, this variant is used a default dark/light variant and will be the selected theme
* when "Match system theme" is selected for this theme collection in settings. * when "Match system theme" is selected for this theme collection in settings.