refs #14320-improper-alert-color-when-creating-new-item
[arvados-workbench2.git] / src / views-components / snackbar / snackbar.tsx
index f3149e63aa2eee0a107177fb4cf78dc22d82faba..4250dcdfb3d7a7cdf35a41ed2240068daadd60b9 100644 (file)
@@ -70,7 +70,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
         backgroundColor: theme.palette.error.dark
     },
     info: {
-        backgroundColor: theme.palette.primary.dark
+        backgroundColor: theme.palette.primary.main
     },
     warning: {
         backgroundColor: amber[700]