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 a7dfb89 commit a1d0ecfCopy full SHA for a1d0ecf
webview-ui/src/components/common/VersionIndicator.tsx
@@ -13,7 +13,7 @@ const VersionIndicator: React.FC<VersionIndicatorProps> = ({ onClick, className
13
return (
14
<button
15
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}`}
+ className={`text-xs text-vscode-descriptionForeground rounded-full hover:text-vscode-foreground transition-colors cursor-pointer px-2 py-1 border ${className}`}
17
aria-label={t("chat:versionIndicator.ariaLabel", { version: Package.version })}>
18
v{Package.version}
19
</button>
0 commit comments