mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
TextField: set caret color to primary color
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user