From 347a49f02aa64464409c5442dba496fb60128392 Mon Sep 17 00:00:00 2001 From: Baris Date: Sun, 9 Apr 2023 19:58:23 +0300 Subject: [PATCH] 4621 Added color property to react-select singleValue --- webapp/src/components/personSelector.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/components/personSelector.tsx b/webapp/src/components/personSelector.tsx index c9d7c7a79..f50af0671 100644 --- a/webapp/src/components/personSelector.tsx +++ b/webapp/src/components/personSelector.tsx @@ -60,6 +60,7 @@ const selectStyles = { position: 'static', top: 'unset', transform: 'unset', + color: 'rgb(var(--center-channel-color-rgb))', }), menu: (provided: CSSObject): CSSObject => ({ ...provided,