diff --git a/Client/src/Components/TabPanels/Account/TeamPanel.jsx b/Client/src/Components/TabPanels/Account/TeamPanel.jsx index 7c475c000..b1afce898 100644 --- a/Client/src/Components/TabPanels/Account/TeamPanel.jsx +++ b/Client/src/Components/TabPanels/Account/TeamPanel.jsx @@ -280,12 +280,6 @@ const TeamPanel = () => { { _id: "admin", name: "Admin" }, { _id: "user", name: "User" }, ]} - sx={{ - color: theme.palette.primary.contrastTextTertiary, - "&.Mui-focused .MuiOutlinedInput-notchedOutline": { - borderColor: theme.palette.primary.contrastTextTertiary, - }, - }} /> ({ }), }, }, + MuiOutlinedInput: { + styleOverrides: { + root: { + color: palette.primary.contrastTextTertiary, + "&.Mui-focused .MuiOutlinedInput-notchedOutline": { + borderColor: palette.primary.contrastTextTertiary, + }, + }, + }, + }, }, shape: { borderRadius: 2,