You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to override the FieldContainer border styles applied when the component is focused - specifically these styles here. Can someone help suggest on how to go about doing this? I've tried using the RichTextFieldProps.classes prop on the RichTextEditor component but it doesn't seem to be doing the trick.
Currently my theme is making the border orange on focus which I'd like to change to black:
Struggling a bit with the same issue. Would it be a solution to add a color attribute to the RichTextEditor like a normal mui text-field? (so we can choose ie. "secondary")
Hello 👋
I'm trying to override the
FieldContainer
border styles applied when the component is focused - specifically these styles here. Can someone help suggest on how to go about doing this? I've tried using theRichTextFieldProps.classes
prop on theRichTextEditor
component but it doesn't seem to be doing the trick.Currently my theme is making the border orange on focus which I'd like to change to black:
Current effort:
The text was updated successfully, but these errors were encountered: