1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-08 15:06:08 +02:00

4621 Added color property to react-select singleValue

This commit is contained in:
Baris 2023-04-09 19:58:23 +03:00
parent dc0e664df9
commit 347a49f02a

View File

@ -60,6 +60,7 @@ const selectStyles = {
position: 'static', position: 'static',
top: 'unset', top: 'unset',
transform: 'unset', transform: 'unset',
color: 'rgb(var(--center-channel-color-rgb))',
}), }),
menu: (provided: CSSObject): CSSObject => ({ menu: (provided: CSSObject): CSSObject => ({
...provided, ...provided,