Skip to content

Commit

Permalink
Adding PR: Display assignee properly in dark mode (mattermost#4706)
Browse files Browse the repository at this point in the history
  • Loading branch information
stypr committed Sep 30, 2023
1 parent c97e6a5 commit fc092ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/components/personSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const selectStyles = {
position: 'static',
top: 'unset',
transform: 'unset',
color: 'rgb(var(--center-channel-color-rgb))',
}),
menu: (provided: CSSObject): CSSObject => ({
...provided,
Expand Down

0 comments on commit fc092ee

Please sign in to comment.