Skip to content

Commit

Permalink
style(progress-bar): change innermost bg to transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
gratestas committed Aug 11, 2023
1 parent ef41663 commit af9dff3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $pinkDarken: hsl(313, 74%, 35%);
}

:global(.ant-progress-inner) {
background: transparent;
border: 1px solid $brownDarken20;
height: spacings.$s-4;
border-radius: 4px;
Expand Down

0 comments on commit af9dff3

Please sign in to comment.