Merge pull request #4294 from adamdmharvey/warning-accordion
core: Update WarningPanel to use accordion UX
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user