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

Commit 7f6bb01

Browse files
feat: progress bar background (#9896)
1 parent 9299d5f commit 7f6bb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/statistics/ProgressBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const ProgressBar = ({ progress }) => {
22
return (
3-
<div className="w-full rounded-full h-2.5">
3+
<div className="w-full bg-primary-low rounded-full h-2.5">
44
<div
55
className="bg-tertiary-medium h-2.5 my-4 rounded-full"
66
style={{ width: `${progress.percentage}%` }}

0 commit comments

Comments
 (0)