Update warning text color for accordion

This commit is contained in:
Adam Harvey
2021-01-28 14:53:42 -05:00
parent d822468671
commit 919820ea8a
+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,