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 584db05 commit 08ff4acCopy full SHA for 08ff4ac
apps/docs/components/auth-integration-select.tsx
@@ -36,7 +36,7 @@ export function AuthIntegrationSelect(props: SelectProps) {
36
return (
37
<Select {...props} defaultValue="none" value={integration} onValueChange={onIntegrationChange}>
38
<Button asChild variant="outline">
39
- <SelectTrigger className="w-fit dark:bg-neutral-600/30">
+ <SelectTrigger className="dark:bg-muted dark:hover:bg-muted/80 dark:border-muted-foreground/15 w-fit">
40
<span className="text-muted-foreground flex-1 pr-1">Integration:</span>
41
{!isClient ? (
42
<span className="opacity-50">
0 commit comments