1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-21 13:38:56 +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',
top: 'unset',
transform: 'unset',
color: 'rgb(var(--center-channel-color-rgb))',
}),
menu: (provided: CSSObject): CSSObject => ({
...provided,