Fix typo and format

This commit is contained in:
Laurent Nguyen
2024-04-29 14:27:00 +02:00
parent e9d713e65b
commit 0887998461
3 changed files with 1285 additions and 1285 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@ const appThemePortalBrandRamp: BrandVariants = {
160: "#CDD8EF",
};
export function getPlatformTheme (platform: Platform) : Theme {
export function getPlatformTheme(platform: Platform): Theme {
if (platform === Platform.Fabric) {
return createLightTheme(appThemeFabricTealBrandRamp);
} else {