Skip to content

Commit

Permalink
[Spinner] Slightly thinner stroke (#2491)
Browse files Browse the repository at this point in the history
Current is too large compared to large, and too small compared to small
  • Loading branch information
llorca authored and giladgray committed May 14, 2018
1 parent c44062f commit f3f960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/spinner/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $spinner-width-factor: 0.5 !default;
$spinner-width-factor-small: 0.24 !default;
$spinner-width-factor-large: 1 !default;

$spinner-stroke-width: 8 !default;
$spinner-stroke-width: 7 !default;
$spinner-stroke-width-small: 12 !default;
$spinner-stroke-width-large: 4 !default;

Expand Down

1 comment on commit f3f960f

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Spinner] Slightly thinner stroke (#2491)

Preview: documentation | landing | table

Please sign in to comment.