mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
change rounding
This commit is contained in:
@@ -585,7 +585,7 @@ function ProjectItem({
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{durationLabel && (
|
{durationLabel && (
|
||||||
<div className="absolute bottom-2 right-2 bg-black/60 text-white text-xs font-semibold px-2 py-1 rounded-lg">
|
<div className="absolute bottom-2 right-2 bg-black/60 text-white text-xs font-semibold px-2 py-1 rounded-sm">
|
||||||
{durationLabel}
|
{durationLabel}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user