Skip to content

Commit dfcba65

Browse files
authored
Tweak alignment of indexing dot (#5523)
1 parent a732f18 commit dfcba65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/IndexingStatusBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const IndexingStatusBadge: React.FC<IndexingStatusBadgeProps> = ({ classN
128128
{/* Status dot badge */}
129129
<span
130130
className={cn(
131-
"absolute top-0.5 right-0.5 w-1.5 h-1.5 rounded-full transition-colors duration-200",
131+
"absolute top-1 right-1 w-1.5 h-1.5 rounded-full transition-colors duration-200",
132132
getStatusColorClass(),
133133
)}
134134
/>

0 commit comments

Comments
 (0)