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

@@ -152,6 +152,7 @@ export default function RichTextEditor({
body {
font-family: ${theme.typography.fontFamily};
color: ${theme.palette.text.primary};
caret-color: ${theme.palette.primary.main};
margin: ${theme.spacing(12 / 8)};
margin-top: ${theme.spacing(1)};
padding: 0 !important;