Skip to content

Commit

Permalink
fix(loading): update theme token (#2221)
Browse files Browse the repository at this point in the history
* fix(loading): update theme token

* fix(loading): update token for small variation
  • Loading branch information
SimonFinney authored and joshblack committed Mar 28, 2019
1 parent df46dd8 commit 0e3e19b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/loading/_loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
}

.#{$prefix}--loading__stroke {
stroke: $interactive-01;
stroke: $interactive-04;
stroke-dashoffset: $loading__gap;
}

Expand All @@ -99,7 +99,7 @@
}

.#{$prefix}--loading--small .#{$prefix}--loading__svg {
stroke: $interactive-01;
stroke: $interactive-04;
}

.#{$prefix}--loading__background {
Expand Down

0 comments on commit 0e3e19b

Please sign in to comment.