Skip to content

Commit

Permalink
fix: Update success icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
mhomolak committed Nov 14, 2017
1 parent d189445 commit 4ae7528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/Alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Alert = ({ index, alertType, handleClose, alertTitle, alertMessage }) => {
if (alertType === 'Success') {
return (
<span className="success-svg">
<Icon name="check-sm-18" />
<Icon name="check-lg-18" />
</span>
);
}
Expand Down
2 changes: 1 addition & 1 deletion src/scss/component-specific.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ svg {
.success-svg {
color: #19A5A3;
display: inline;
margin-top: 5px;
margin-top: 6px;
}

.alert-content-container {
Expand Down

0 comments on commit 4ae7528

Please sign in to comment.