TextField: set caret color to primary color

This commit is contained in:
Sidney Alcantara
2021-10-04 13:00:04 +11:00
parent 5f9da3fa0f
commit 1cb9cd17d4
2 changed files with 2 additions and 0 deletions

View File

@@ -231,6 +231,7 @@ export const components = (theme: Theme): ThemeOptions => {
},
MuiInputBase: {
styleOverrides: {
input: { caretColor: theme.palette.primary.main },
inputSizeSmall: theme.typography.body2,
},
},