Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dottyy committed Jan 22, 2025
1 parent 88a3320 commit 0597f7c
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 0597f7c

Please sign in to comment.