mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
Passing cursorAccentColor down properly
This commit is contained in:
parent
8cc9285904
commit
1dfc628b9d
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ export default class Terms extends React.Component<TermsProps> {
|
||||||
cursorShape: this.props.cursorShape,
|
cursorShape: this.props.cursorShape,
|
||||||
cursorBlink: this.props.cursorBlink,
|
cursorBlink: this.props.cursorBlink,
|
||||||
cursorColor: this.props.cursorColor,
|
cursorColor: this.props.cursorColor,
|
||||||
|
cursorAccentColor: this.props.cursorAccentColor,
|
||||||
fontSize: this.props.fontSize,
|
fontSize: this.props.fontSize,
|
||||||
fontFamily: this.props.fontFamily,
|
fontFamily: this.props.fontFamily,
|
||||||
uiFontFamily: this.props.uiFontFamily,
|
uiFontFamily: this.props.uiFontFamily,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue