Skip to content

Commit

Permalink
fix: update accent color 10 value (#1537)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Feb 21, 2020
1 parent 9c998cd commit dae36bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $fd-colors: map-merge((
7: hsl(186, 90%, 49%), // #0F828F accent 7
8: hsl(75, 86%, 34%), // #7CA10C accent 8
9: hsl(269, 54%, 58%), // #925ACE accent 9
10: hsl(206, 26%, 49%), // #647887 accent 10
10: hsl(206, 15%, 46%), // #647887 accent 10
11: hsl(34, 82%, 45%), // #D17F15 accessible accent 1 B (3:1)
12: hsl(0, 60%, 54%), // #D04343 accessible accent 2 B (4.6:1)
13: hsl(210, 64.2%, 47.1%), // #2B78C5 accessible accent 6 B (4.6:1)
Expand Down

0 comments on commit dae36bf

Please sign in to comment.