Merge pull request #13151 from ramonlsouza/issue-13148

Change end meeting call-to-action button color
This commit is contained in:
Anton Georgiev 2021-09-03 12:26:03 -04:00 committed by GitHub
commit 04a8d5e359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ class EndMeetingComponent extends PureComponent {
<div className={styles.footer}>
<Button
data-test="confirmEndMeeting"
color="primary"
color="danger"
className={styles.button}
label={intl.formatMessage(intlMessages.yesLabel)}
onClick={endMeeting}