|
|
@@ -189,7 +189,7 @@ const components: ThemeOptions["components"] = { |
|
|
|
}, |
|
|
|
[`&.Mui-focused`]: { |
|
|
|
backgroundColor: "transparent", |
|
|
|
borderColor: "palette.primary.main", |
|
|
|
borderColor: palette.primary.main, |
|
|
|
boxShadow: `${palette.primary.main} 0 0 0 2px`, |
|
|
|
}, |
|
|
|
[`&.Mui-error`]: { |
|
|
@@ -216,7 +216,7 @@ const components: ThemeOptions["components"] = { |
|
|
|
[`&.Mui-focused`]: { |
|
|
|
backgroundColor: "transparent", |
|
|
|
[`& .MuiOutlinedInput-notchedOutline`]: { |
|
|
|
borderColor: "palette.primary.main", |
|
|
|
borderColor: palette.primary.main, |
|
|
|
boxShadow: `${palette.primary.main} 0 0 0 2px`, |
|
|
|
}, |
|
|
|
}, |
|
|
|