We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f1ce5 commit 78ea1f1Copy full SHA for 78ea1f1
1 file changed
webview-ui/src/components/ui/button.tsx
@@ -14,7 +14,7 @@ const buttonVariants = cva(
14
ghost: "hover:bg-accent hover:text-accent-foreground",
15
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
16
outline:
17
- "border border-foreground/50 text-secondary-foreground bg-transparent hover:bg-secondary hover:text-accent-foreground",
+ "border border-vscode-foreground/30 text-vscode-foreground bg-transparent hover:bg-secondary hover:text-accent-foreground",
18
link: "text-primary underline-offset-4 hover:underline",
19
combobox:
20
"border border-vscode-dropdown-border focus-visible:border-vscode-focusBorder bg-vscode-dropdown-background hover:bg-transparent text-vscode-dropdown-foreground font-normal",
0 commit comments