From 9efb61bf1363f85ece90b928a439a47b81e3bef4 Mon Sep 17 00:00:00 2001 From: Sergio Estevao Date: Tue, 14 Jan 2020 15:02:30 +0000 Subject: [PATCH] Pass the prop for selection color. --- packages/rich-text/src/component/index.native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/rich-text/src/component/index.native.js b/packages/rich-text/src/component/index.native.js index 4176b0d20fc3a..6c3dda2071255 100644 --- a/packages/rich-text/src/component/index.native.js +++ b/packages/rich-text/src/component/index.native.js @@ -756,6 +756,7 @@ export class RichText extends Component { disableEditingMenu={ this.props.disableEditingMenu } isMultiline={ this.isMultiline } textAlign={ this.props.textAlign } + selectionColor={ this.props.selectionColor } /> { isSelected &&