change end meeting call-to-action button color

This commit is contained in:
Ramon Souza 2021-09-03 13:12:16 -03:00
parent 3c4d260206
commit 1421dccfe3

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}