Skip to content

Commit

Permalink
Update mobile colors
Browse files Browse the repository at this point in the history
:-(
  • Loading branch information
tihonove committed Dec 17, 2017
1 parent 8f51326 commit c37308c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Components/Mobile/Styles/variables.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@moira-brand-color: #4CAF50;
@moira-brand-color: #00bfa5;

@value okColor: #4CAF50;
@value errorColor: #FF5722;
@value warnColor: #FF9800;
@value okColor: #00bfa5;
@value errorColor: #ff5722;
@value warnColor: #ffc107;
@value noDataColor: #9E9E9E;
@value unknownColor: #9E9E9E;

Expand Down

0 comments on commit c37308c

Please sign in to comment.