Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsalan-Sadri committed Mar 5, 2019
1 parent cbf7e66 commit e19c993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ body {
color: rgb(84, 169, 230);
}

.msg {
.warning-col {
color: rgb(148, 7, 30);
}
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class App extends Component {
<div className="col-md text-left">
<h1>Memory Game</h1>
</div>
<div className="col-md msg">
<div className="col-md warning-col">
<h1 className={this.state.animation ? "animation" : ""}>
{this.state.showMsg ? "Wrong choice!" : ""}
</h1>
Expand Down

0 comments on commit e19c993

Please sign in to comment.