Skip to content

Commit

Permalink
fix: update color for changelog mark (red -> green)
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Oct 25, 2017
1 parent 72d2abd commit a615248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/app-menu/app-menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

.kIconhelp.has-notification:after {
content: ' \25CF';
color: $kDandger;
color: lighten($kPrimary, 10%);
position: absolute;
margin-left: 15px;
margin-top: 4px;
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/changelog/changelog.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

&.active {
color: $kDandger;
color: lighten($kPrimary, 10%);
}
}
}
Expand Down

0 comments on commit a615248

Please sign in to comment.