Skip to content

Commit

Permalink
mattermost-community#66 dark theme issue CircleCi error fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
guna-demansol committed Mar 14, 2022
1 parent 13865c0 commit 2edb8c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/src/components/meeting_settings/meeting_settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class MeetingSettingsModal extends React.PureComponent {
color: 'var(--center-channel-color)',
};
},
option: (provided, {isFocused, isDisabled, isSelected}) => {
option: (provided, {isFocused, isSelected}) => {
const bgColor = isFocused ?
{
backgroundColor: 'var(--button-bg)',
Expand All @@ -43,8 +43,8 @@ export default class MeetingSettingsModal extends React.PureComponent {
':active': {
...provided[':active'],
backgroundColor: isSelected ?
'var(--button-bg)' :
'var(--center-channel-bg)',
'var(--button-bg)' :
'var(--center-channel-bg)',
},
};
},
Expand Down

0 comments on commit 2edb8c8

Please sign in to comment.