diff --git a/editor.planx.uk/src/theme.ts b/editor.planx.uk/src/theme.ts index f1b4cf53f3..aac97696ef 100644 --- a/editor.planx.uk/src/theme.ts +++ b/editor.planx.uk/src/theme.ts @@ -260,6 +260,11 @@ const getThemeOptions = ({ padding: 0, border: 0, }, + img: { + "@media (forced-colors: active)": { + forcedColorAdjust: "none", + }, + }, }, }, MuiButtonBase: {