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 024973b commit ef580f9Copy full SHA for ef580f9
webview-ui/src/components/welcome/WelcomeView.tsx
@@ -143,7 +143,7 @@ const WelcomeView = () => {
143
// For other providers, let the default link behavior work
144
}}>
145
{provider.incentive && (
146
- <div className="absolute top-0 right-0 text-xs text-white bg-vscode-badge-background px-2 py-0.5 rounded-bl rounded-tr-md">
+ <div className="absolute top-0 right-0 text-[10px] text-vscode-badge-foreground bg-vscode-badge-background px-2 py-0.5 rounded-bl rounded-tr-md">
147
{provider.incentive}
148
</div>
149
)}
0 commit comments