fix: Fixed issue with system color scheme not being applied correctly on start

This commit is contained in:
Aman Harwara
2024-03-23 00:01:54 +05:30
parent f868989bb5
commit 7967ddead7
3 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ export interface ComponentManagerInterface {
getDefaultEditorIdentifier(currentTag?: SNTag): string
isThemeActive(theme: UIFeature<ThemeFeatureDescription>): boolean
toggleTheme(theme: UIFeature<ThemeFeatureDescription>): Promise<void>
toggleTheme(theme: UIFeature<ThemeFeatureDescription>, skipEntitlementCheck?: boolean): Promise<void>
getActiveThemes(): UIFeature<ThemeFeatureDescription>[]
getActiveThemesIdentifiers(): { features: NativeFeatureIdentifier[]; uuids: Uuid[] }