diff --git a/packages/react/src/components/TextField/text-field.scss b/packages/react/src/components/TextField/text-field.scss index ff0fd7b7..6dc6b096 100644 --- a/packages/react/src/components/TextField/text-field.scss +++ b/packages/react/src/components/TextField/text-field.scss @@ -17,7 +17,11 @@ */ :root { - --oxygen-palette-ReadOnlyInput-bg: #e9ecef; + --oxygen-palette-ReadOnlyInput-bg: var(--oxygen-palette-grey-200); +} + +:root[data-mui-color-scheme="dark"] { + --oxygen-palette-ReadOnlyInput-bg: var(--oxygen-palette-grey-900); } .OxygenTextField-root {