We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a732f18 commit dfcba65Copy full SHA for dfcba65
webview-ui/src/components/chat/IndexingStatusBadge.tsx
@@ -128,7 +128,7 @@ export const IndexingStatusBadge: React.FC<IndexingStatusBadgeProps> = ({ classN
128
{/* Status dot badge */}
129
<span
130
className={cn(
131
- "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",
132
getStatusColorClass(),
133
)}
134
/>
0 commit comments