Skip to content

Commit

Permalink
style: update progressbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Aug 26, 2024
1 parent 6c748d9 commit cbc942c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Progressbar/Progressbar.module.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.progressbarWrapper {
width: 100%;
background-color: hsl(var(--primary) / 0.25);
background-color: hsl(var(--text) / 0.25);
}

.progressbar {
width: 100%;
height: 4px;
height: 6px;
background-color: hsl(var(--primary));
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
Expand Down

0 comments on commit cbc942c

Please sign in to comment.