Skip to content

Commit

Permalink
Self-close
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-skriabin committed Jan 20, 2025
1 parent 957e89a commit 8b38fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/apps/labelstudio/src/pages/Home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function ProjectSimpleCard({
</div>
</div>
<div className="bg-lsPrimaryEmphasisSubtle rounded-full overflow-hidden w-full h-2 shadow-lsNeutralBorderSubtle shadow-border-1">
<div className="bg-lsPositiveSurfaceHover h-full min-w-1" style={{ maxWidth: `${progress}%` }}></div>
<div className="bg-lsPositiveSurfaceHover h-full min-w-1" style={{ maxWidth: `${progress}%` }} />
</div>
</div>
</div>
Expand Down

0 comments on commit 8b38fa5

Please sign in to comment.