Reverted all changes back to version 4c06ed78cf
This commit is contained in:
@@ -49,12 +49,7 @@ export function LengthIndicator({ length, type }: LengthIndicatorProps) {
|
||||
<TooltipProvider>
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<div className="flex items-center gap-2 cursor-default">
|
||||
<div className={cn("h-3 w-3 rounded-full", colorClass)} />
|
||||
<span className="text-sm font-medium text-muted-foreground w-8 text-right">
|
||||
{length}
|
||||
</span>
|
||||
</div>
|
||||
<div className={cn("h-3 w-3 rounded-full", colorClass)} />
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user