From 1dfc628b9df7a43a2afc5986f222f43de254bc1d Mon Sep 17 00:00:00 2001 From: Hikari Hayashi Date: Mon, 16 May 2022 18:48:44 +0800 Subject: [PATCH] Passing `cursorAccentColor` down properly --- lib/components/terms.tsx | 1 + 1 file changed, 1 insertion(+) 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,