We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7150202 + ff67230 commit bd713baCopy full SHA for bd713ba
webview-ui/src/components/ui/button.tsx
@@ -13,7 +13,7 @@ const buttonVariants = cva(
13
"border border-vscode-input-border bg-primary text-primary-foreground shadow hover:bg-primary/90",
14
destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
15
outline:
16
- "border border-vscode-input-border bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
+ "border border-vscode-input-border bg-vscode-input-background shadow-sm hover:bg-accent hover:text-accent-foreground",
17
secondary:
18
"border border-vscode-input-border bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
19
ghost: "hover:bg-accent hover:text-accent-foreground",
0 commit comments