Merge pull request #4294 from adamdmharvey/warning-accordion

core: Update WarningPanel to use accordion UX
This commit is contained in:
Fredrik Adelöw
2021-02-02 13:15:30 +01:00
committed by GitHub
6 changed files with 163 additions and 45 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ export const lightTheme = createTheme({
infoBackground: '#ebf5ff',
errorText: '#CA001B',
infoText: '#004e8a',
warningText: '#FEFEFE',
warningText: '#000000',
linkHover: '#2196F3',
link: '#0A6EBE',
gold: yellow.A700,
@@ -120,7 +120,7 @@ export const darkTheme = createTheme({
infoBackground: '#ebf5ff',
errorText: '#CA001B',
infoText: '#004e8a',
warningText: '#FEFEFE',
warningText: '#000000',
linkHover: '#2196F3',
link: '#0A6EBE',
gold: yellow.A700,