Skip to content

Commit

Permalink
update color bkg2
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrach-cl committed Jan 28, 2022
1 parent edcade0 commit 5e84f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
$brightness: (red($color) * 299 + green($color) * 587 + blue($color) * 114) / 1000;

@if ($brightness >= 156) {
@if ($state == 'primary') { @return rgba(black, 0.87); }
@if ($state == 'primary') { @return rgba(#1E1E2D, 0.87); }
@if ($state == 'secondary') { @return rgba(black, 0.6); }
@if ($state == 'disabled') { @return rgba(black, 0.38); }
@if ($state == 'secondary-disabled') { @return rgba(black, 0.26); }
Expand Down

0 comments on commit 5e84f9c

Please sign in to comment.