From 27468268a885a44682464834d6a9b79513c17e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dafydd=20Ll=C5=B7r=20Pearson?= Date: Thu, 28 Mar 2024 15:20:19 +0000 Subject: [PATCH] fix(a11y): Darken disabled colour in MUI theme (#2940) --- editor.planx.uk/src/theme.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/editor.planx.uk/src/theme.ts b/editor.planx.uk/src/theme.ts index 025c37d1ea..d79db8cdbc 100644 --- a/editor.planx.uk/src/theme.ts +++ b/editor.planx.uk/src/theme.ts @@ -53,6 +53,7 @@ const DEFAULT_PALETTE: Partial = { action: { selected: "#F8F8F8", focus: "#FFDD00", + disabled: "#B4B4B4", }, error: { main: "#D4351C",