From 5560202e99ae76a76196f5af7193ccca06b951e0 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 40c13c9fe123..bc819db3fcc3 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,