Merge branch 'master' into scalable-sidebar-new-implementation

This commit is contained in:
hiba-aldalaty
2021-11-02 09:39:49 +00:00
265 changed files with 6907 additions and 1267 deletions
+2
View File
@@ -55,6 +55,7 @@ export const lightTheme = createTheme({
error: '#E22134',
text: '#FFFFFF',
link: '#000000',
warning: '#FF9800',
},
border: '#E6E6E6',
textContrast: '#000000',
@@ -138,6 +139,7 @@ export const darkTheme = createTheme({
error: '#E22134',
text: '#FFFFFF',
link: '#000000',
warning: '#FF9800',
},
border: '#E6E6E6',
textContrast: '#FFFFFF',
+1
View File
@@ -85,6 +85,7 @@ export type BackstagePaletteAdditions = {
error: string;
text: string;
link: string;
warning: string;
};
};