diff --git a/lib/components/terms.tsx b/lib/components/terms.tsx index 40c13c9f..bc819db3 100644 --- a/lib/components/terms.tsx +++ b/lib/components/terms.tsx @@ -92,6 +92,7 @@ export default class Terms extends React.Component { 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,