Skip to content

Commit

Permalink
[TM-1514] remove tree species PD
Browse files Browse the repository at this point in the history
  • Loading branch information
dottyy committed Jan 22, 2025
1 parent 6d38b85 commit 88a3320
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 1,211 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const GoalProgressCard: FC<GoalProgressCardProps> = ({
<LinearProgressBar
color="primary"
value={progressValue}
className={classNames("mt-2 bg-primary-200", {
className={classNames("mt-2 w-[15vw] min-w-[15vw] max-w-[15vw] bg-primary-200", {
"opacity-0": !limit
})}
/>
Expand Down
Loading

0 comments on commit 88a3320

Please sign in to comment.