Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
feat: progress bar background (#9896)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamanathan authored Dec 13, 2023
1 parent 9299d5f commit 7f6bb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/statistics/ProgressBar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ProgressBar = ({ progress }) => {
return (
<div className="w-full rounded-full h-2.5">
<div className="w-full bg-primary-low rounded-full h-2.5">
<div
className="bg-tertiary-medium h-2.5 my-4 rounded-full"
style={{ width: `${progress.percentage}%` }}
Expand Down

0 comments on commit 7f6bb01

Please sign in to comment.