Skip to content

Commit

Permalink
Fix icon colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagami committed Mar 15, 2016
1 parent 8a2c3c7 commit e7900f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index/index.html.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
.tistore_file-error .tistore_file-name{color:red}
.tistore_file-row .fa-play{color:orange}
.tistore_file-row .fa-pause{color:orange}
.tistore_file-row .fa-hourglass-o{color:blue}
.tistore_file-row .fa-hourglass-o{color:orange}
.tistore_file-row .fa-check{color:green}
.tistore_file-row .fa-warning{color:red}
/* FIXME(Kagami): Typical React dynamic hacks. */
Expand Down
2 changes: 1 addition & 1 deletion src/status-bar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default React.createClass({
paddingRight: 8,
},
spawning: {
color: "blue",
color: "orange",
},
error: {
color: "red",
Expand Down

0 comments on commit e7900f0

Please sign in to comment.