Skip to content

Commit a1d0ecf

Browse files
Update webview-ui/src/components/common/VersionIndicator.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent a7dfb89 commit a1d0ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/common/VersionIndicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const VersionIndicator: React.FC<VersionIndicatorProps> = ({ onClick, className
1313
return (
1414
<button
1515
onClick={onClick}
16-
className={`text-xs text-vscode-descriptionForeground rounded-full hover:text-vscode-foreground transition-colors cursor-pointer px-2 py-1 rounded border ${className}`}
16+
className={`text-xs text-vscode-descriptionForeground rounded-full hover:text-vscode-foreground transition-colors cursor-pointer px-2 py-1 border ${className}`}
1717
aria-label={t("chat:versionIndicator.ariaLabel", { version: Package.version })}>
1818
v{Package.version}
1919
</button>

0 commit comments

Comments
 (0)