Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #197 from apollographql/chang/20/06/spinner-darken…
Browse files Browse the repository at this point in the history
…-trail

darken spinner trail by 1 shade
  • Loading branch information
cheapsteak authored Jun 26, 2020
2 parents 639a93f + af566d6 commit 318d13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Loaders/LoadingSpinner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const LoadingSpinner = React.forwardRef<SVGSVGElement, Props>(
}
> = {
light: {
orbitColor: colors.silver.light,
orbitColor: colors.silver.base,
orbitOpacity: 1,
asteroidColor: colors.blue.base,
},
Expand Down

0 comments on commit 318d13a

Please sign in to comment.