Skip to content

Commit

Permalink
Merge branch 'rm/347884' into 'master'
Browse files Browse the repository at this point in the history
Fix the color of the 'Invite more' button when in dark mode

See merge request kchat/webapp!878
  • Loading branch information
antonbuks committed Aug 16, 2024
2 parents af1709d + e588e5c commit 75fb38b
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 75fb38b

Please sign in to comment.