Skip to content

Commit

Permalink
Fix the color of the 'Invite more' button when in dark mode
Browse files Browse the repository at this point in the history
Changelog: fixed
  • Loading branch information
Cyril Gromoff committed Aug 16, 2024
1 parent be5fbed commit e588e5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function ResultView(props: Props) {
<Modal.Footer className={props.footerClass}>
<button
onClick={props.inviteMore}
className='btn btn-cancel ResultView__inviteMore'
className='btn btn-secondary btn-cancel ResultView__inviteMore'
data-testid='invite-more'
>
<FormattedMessage
Expand Down

0 comments on commit e588e5c

Please sign in to comment.