mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Tweak alignment of indexing dot (#5523)
This commit is contained in:
parent
a732f18ea5
commit
dfcba654a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue