We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cursorAccentColor
1 parent 8cc9285 commit 1dfc628Copy full SHA for 1dfc628
lib/components/terms.tsx
@@ -92,6 +92,7 @@ export default class Terms extends React.Component<TermsProps> {
92
cursorShape: this.props.cursorShape,
93
cursorBlink: this.props.cursorBlink,
94
cursorColor: this.props.cursorColor,
95
+ cursorAccentColor: this.props.cursorAccentColor,
96
fontSize: this.props.fontSize,
97
fontFamily: this.props.fontFamily,
98
uiFontFamily: this.props.uiFontFamily,
0 commit comments