Skip to content

Commit af9dff3

Browse files
committed
style(progress-bar): change innermost bg to transparent
1 parent ef41663 commit af9dff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/presentational/progressBar/index.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $pinkDarken: hsl(313, 74%, 35%);
1717
}
1818

1919
:global(.ant-progress-inner) {
20+
background: transparent;
2021
border: 1px solid $brownDarken20;
2122
height: spacings.$s-4;
2223
border-radius: 4px;

0 commit comments

Comments
 (0)