Skip to content

Commit

Permalink
fix(Color): Lighten dark utility color for better distance from utili…
Browse files Browse the repository at this point in the history
…ty color
  • Loading branch information
benjamincharity committed Mar 7, 2019
1 parent 0f48e02 commit 4f4f4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminus-ui/scss/helpers/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ $color__utility--xdark: #3e3c43 !default;
* @color
* @section UI: Utility
*/
$color__utility--dark: #48464d !default;
$color__utility--dark: #757575 !default;

/**
* Utility
Expand Down

0 comments on commit 4f4f4b6

Please sign in to comment.