Skip to content

Commit

Permalink
fix(component): danger button text color
Browse files Browse the repository at this point in the history
black text with red background
  • Loading branch information
ygatesoupe committed Feb 11, 2016
1 parent 16dd668 commit edf6fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_o-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ $btn-warning-hover-bg: $btn-primary-hover-bg;
$btn-warning-active-color: $btn-primary-active-color;
$btn-warning-active-bg: $btn-primary-active-bg;

$btn-danger-color: $brand-orange-white;
$btn-danger-color: $brand-orange-black;
$btn-danger-bg: $brand-danger;
$btn-danger-hover-color: $btn-primary-hover-color;
$btn-danger-hover-bg: $btn-primary-hover-bg;
Expand Down

0 comments on commit edf6fc8

Please sign in to comment.