Skip to content

Commit 1dfc628

Browse files
latin-1LabhanshAgrawal
authored andcommitted
Passing cursorAccentColor down properly
1 parent 8cc9285 commit 1dfc628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/components/terms.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export default class Terms extends React.Component<TermsProps> {
9292
cursorShape: this.props.cursorShape,
9393
cursorBlink: this.props.cursorBlink,
9494
cursorColor: this.props.cursorColor,
95+
cursorAccentColor: this.props.cursorAccentColor,
9596
fontSize: this.props.fontSize,
9697
fontFamily: this.props.fontFamily,
9798
uiFontFamily: this.props.uiFontFamily,

0 commit comments

Comments
 (0)