Passing cursorAccentColor down properly

This commit is contained in:
Hikari Hayashi 2022-05-16 18:48:44 +08:00 committed by Labhansh Agrawal
parent 8cc9285904
commit 1dfc628b9d

View file

@ -92,6 +92,7 @@ export default class Terms extends React.Component<TermsProps> {
cursorShape: this.props.cursorShape,
cursorBlink: this.props.cursorBlink,
cursorColor: this.props.cursorColor,
cursorAccentColor: this.props.cursorAccentColor,
fontSize: this.props.fontSize,
fontFamily: this.props.fontFamily,
uiFontFamily: this.props.uiFontFamily,