From 5ca0a39a3157c9fe969fa6c1197b0ca86bce05a8 Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Tue, 9 Mar 2021 11:04:36 +0100 Subject: [PATCH] fix: Fix a typo in MUI palette (#1759) See https://material-ui.com/customization/color/#color-palette --- theme/palette.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/palette.json b/theme/palette.json index c8297cb188..477947e80a 100644 --- a/theme/palette.json +++ b/theme/palette.json @@ -82,7 +82,7 @@ "900": "#1d212a", "A100": "#d3d6d8", "A200": "#a7abaf", - "A300": "#2c3039", + "A400": "#2c3039", "A700": "#5d6169" } }