Skip to content

Commit

Permalink
revert styles
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Oct 14, 2021
1 parent 7c0ef7d commit a285137
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/progress-bar/progress-bar.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ export default css`
--label-color: rgb(var(--sl-color-neutral-0));
display: block;
}
.progress-bar {
position: relative;
background-color: var(--track-color);
height: var(--height);
Expand Down

0 comments on commit a285137

Please sign in to comment.