chore: fix some issues with theme [skip e2e]

This commit is contained in:
Aman Harwara
2024-04-10 23:13:16 +05:30
parent 17458b61d1
commit 852ddc677d
3 changed files with 8 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ export function themes(): ThemeFeatureDescription[] {
})
const proton: ThemeFeatureDescription = FillThemeComponentDefaults({
availableInRoles: [RoleName.NAMES.PlusUser, RoleName.NAMES.ProUser],
availableInRoles: [RoleName.NAMES.CoreUser, RoleName.NAMES.PlusUser, RoleName.NAMES.ProUser],
name: 'Proton',
identifier: NativeFeatureIdentifier.TYPES.ProtonTheme,
permission_name: PermissionName.ProtonTheme,