From 6a80c7381989638ffbe5c0af8ff173860b13a341 Mon Sep 17 00:00:00 2001 From: Tiago Rascazzi Date: Mon, 28 Feb 2022 17:36:22 -0500 Subject: [PATCH] Added closeIconColor --- lib/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 665fba2..e0909c7 100644 --- a/lib/index.js +++ b/lib/index.js @@ -118,7 +118,7 @@ function SelectBox({ {label.item} - + ) @@ -140,6 +140,7 @@ function SelectBox({ arrowIconColor = Colors.primary, searchIconColor = Colors.primary, toggleIconColor = Colors.primary, + closeIconColor = '#FFF', searchInputProps, multiSelectInputFieldProps, listOptionProps = {},