Tweak alignment of indexing dot (#5523)

This commit is contained in:
Matt Rubens 2025-07-09 16:03:20 -04:00 committed by GitHub
parent a732f18ea5
commit dfcba654a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -128,7 +128,7 @@ export const IndexingStatusBadge: React.FC<IndexingStatusBadgeProps> = ({ classN
{/* Status dot badge */}
<span
className={cn(
"absolute top-0.5 right-0.5 w-1.5 h-1.5 rounded-full transition-colors duration-200",
"absolute top-1 right-1 w-1.5 h-1.5 rounded-full transition-colors duration-200",
getStatusColorClass(),
)}
/>