Skip to content

Commit 9d55b34

Browse files
committed
style(progress-bar): change innermost bg to transparent
1 parent 2fb7d4b commit 9d55b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
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)