Skip to content

Commit

Permalink
Tm 1514 Remove tree species PD (#827)
Browse files Browse the repository at this point in the history
* [TM-1514] remove tree species PD

* fix build
  • Loading branch information
dottyy authored Jan 22, 2025
1 parent 6d38b85 commit 4496781
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 1,214 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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports[`Storyshots Components/Elements/Cards/GoalProgressCard/Card No Progress

</p>
<div
className="h-[9px] w-full rounded-full bg-neutral-200 mt-2 bg-primary-200 opacity-0"
className="h-[9px] w-full rounded-full bg-neutral-200 mt-2 w-[15vw] min-w-[15vw] max-w-[15vw] bg-primary-200 opacity-0"
role="progressbar"
>
<div
Expand Down Expand Up @@ -72,7 +72,7 @@ exports[`Storyshots Components/Elements/Cards/GoalProgressCard/Card Progress And
</p>
</p>
<div
className="h-[9px] w-full rounded-full bg-neutral-200 mt-2 bg-primary-200"
className="h-[9px] w-full rounded-full bg-neutral-200 mt-2 w-[15vw] min-w-[15vw] max-w-[15vw] bg-primary-200"
role="progressbar"
>
<div
Expand Down Expand Up @@ -196,7 +196,7 @@ exports[`Storyshots Components/Elements/Cards/GoalProgressCard/Card Progress No
</p>
</p>
<div
className="h-[9px] w-full rounded-full bg-neutral-200 mt-2 bg-primary-200"
className="h-[9px] w-full rounded-full bg-neutral-200 mt-2 w-[15vw] min-w-[15vw] max-w-[15vw] bg-primary-200"
role="progressbar"
>
<div
Expand Down
Loading

0 comments on commit 4496781

Please sign in to comment.