mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-58755 - Fixing inproduct notices spacing (#27442)
* MM-58755 - Fixing inproduct notices spacing * Updating compass modal * Updating test
This commit is contained in:
parent
60028d63c0
commit
86a98ea030
@ -7,6 +7,7 @@ exports[`ProductNoticesModal Match snapshot for single notice 1`] = `
|
||||
bodyPadding={true}
|
||||
cancelButtonText={null}
|
||||
className="productNotices"
|
||||
compassDesign={true}
|
||||
confirmButtonText={
|
||||
<span>
|
||||
Download
|
||||
@ -56,6 +57,7 @@ exports[`ProductNoticesModal Match snapshot for user notice 1`] = `
|
||||
</React.Fragment>
|
||||
}
|
||||
className="productNotices"
|
||||
compassDesign={true}
|
||||
confirmButtonText={
|
||||
<Memo(MemoizedFormattedMessage)
|
||||
defaultMessage="Done"
|
||||
@ -125,6 +127,7 @@ exports[`ProductNoticesModal Should match snapshot for system admin notice 1`] =
|
||||
bodyPadding={true}
|
||||
cancelButtonText={null}
|
||||
className="productNotices"
|
||||
compassDesign={true}
|
||||
confirmButtonText={
|
||||
<React.Fragment>
|
||||
<Memo(MemoizedFormattedMessage)
|
||||
|
@ -255,6 +255,7 @@ export default class ProductNoticesModal extends React.PureComponent<Props, Stat
|
||||
|
||||
return (
|
||||
<GenericModal
|
||||
compassDesign={true}
|
||||
onExited={this.onModalDismiss}
|
||||
handleConfirm={this.handleNextButton}
|
||||
handleEnterKeyPress={this.handleNextButton}
|
||||
|
Loading…
Reference in New Issue
Block a user