Remove alert modal styles

This commit is contained in:
Marliana Lara
2020-02-17 15:33:11 -05:00
parent 34b717d00c
commit d2f6c367f0
36 changed files with 286 additions and 304 deletions

View File

@@ -128,7 +128,7 @@ class LaunchButton extends React.Component {
{launchError && (
<AlertModal
isOpen={launchError}
variant="danger"
variant="error"
title={i18n._(t`Error!`)}
onClose={this.handleLaunchErrorClose}
>