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:
parent
dc0e664df9
commit
347a49f02a
@ -60,6 +60,7 @@ const selectStyles = {
|
||||
position: 'static',
|
||||
top: 'unset',
|
||||
transform: 'unset',
|
||||
color: 'rgb(var(--center-channel-color-rgb))',
|
||||
}),
|
||||
menu: (provided: CSSObject): CSSObject => ({
|
||||
...provided,
|
||||
|
Loading…
Reference in New Issue
Block a user