Skip to content

Commit

Permalink
add new color to prepaid (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
niceoutput authored and mmelo committed Nov 13, 2017
1 parent b045404 commit bb09597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/_common/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ $palette: (
'error': #ff8d8d,
'error-translucent': rgba(255, 141, 141, 0.9),
'info': #00adef,
'text': #00222f
'text': #00222f,
'prepaid': #825cc2;
),
'pill': (
'success': #44c482,
Expand Down

0 comments on commit bb09597

Please sign in to comment.