Skip to content

Commit ef580f9

Browse files
committed
PR feedback
1 parent 024973b commit ef580f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/welcome/WelcomeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const WelcomeView = () => {
143143
// For other providers, let the default link behavior work
144144
}}>
145145
{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">
146+
<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">
147147
{provider.incentive}
148148
</div>
149149
)}

0 commit comments

Comments
 (0)