Skip to content

Commit

Permalink
Merge pull request #1122 from nikolasveneti/patch-1
Browse files Browse the repository at this point in the history
fix comment typo
  • Loading branch information
simurai authored Aug 3, 2020
2 parents ca25868 + aa0ba21 commit 8c840a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/progress/progress.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// stylelint-disable-next-line primer/colors
background-color: $gray-200;
border-radius: $border-radius;
outline: 1px solid transparent; // Support Firfox custom colors
outline: 1px solid transparent; // Support Firefox custom colors
}

.Progress--large {
Expand All @@ -19,7 +19,7 @@
}

.Progress-item {
outline: 2px solid transparent; // Support Firfox custom colors
outline: 2px solid transparent; // Support Firefox custom colors
}

.Progress-item + .Progress-item {
Expand Down

0 comments on commit 8c840a2

Please sign in to comment.