mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -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,
|
||||
cursorBlink: this.props.cursorBlink,
|
||||
cursorColor: this.props.cursorColor,
|
||||
cursorAccentColor: this.props.cursorAccentColor,
|
||||
fontSize: this.props.fontSize,
|
||||
fontFamily: this.props.fontFamily,
|
||||
uiFontFamily: this.props.uiFontFamily,
|
||||
|
|
|
|||
Loading…
Reference in a new issue