mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-29 17:06:58 +00:00
Fix typo and format
This commit is contained in:
parent
e9d713e65b
commit
0887998461
File diff suppressed because it is too large
Load Diff
@ -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 {
|
||||
|
@ -209,22 +209,22 @@ export const appThemeFabric: Theme = createTheme({
|
||||
});
|
||||
|
||||
export const appThemeFabricTealBrandRamp: BrandVariants = {
|
||||
10: '#001919',
|
||||
20: '#012826',
|
||||
30: '#01322E',
|
||||
40: '#033f38',
|
||||
50: '#054d43',
|
||||
60: '#0a5c50',
|
||||
70: '#0c695a',
|
||||
80: '#117865',
|
||||
90: '#1f937e',
|
||||
100: '#2aaC94',
|
||||
110: '#3abb9f',
|
||||
120: '#52c7aa',
|
||||
130: '#78d3b9',
|
||||
140: '#9ee0cb',
|
||||
150: '#c0ecdd',
|
||||
160: '#e3f7ef',
|
||||
10: "#001919",
|
||||
20: "#012826",
|
||||
30: "#01322E",
|
||||
40: "#033f38",
|
||||
50: "#054d43",
|
||||
60: "#0a5c50",
|
||||
70: "#0c695a",
|
||||
80: "#117865",
|
||||
90: "#1f937e",
|
||||
100: "#2aaC94",
|
||||
110: "#3abb9f",
|
||||
120: "#52c7aa",
|
||||
130: "#78d3b9",
|
||||
140: "#9ee0cb",
|
||||
150: "#c0ecdd",
|
||||
160: "#e3f7ef",
|
||||
};
|
||||
|
||||
export const appThemeFabricV9 = createLightTheme(appThemeFabricTealBrandRamp);
|
||||
export const appThemeFabricV9 = createLightTheme(appThemeFabricTealBrandRamp);
|
||||
|
Loading…
Reference in New Issue
Block a user