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 b6c7353 commit 4f5ff39Copy full SHA for 4f5ff39
apps/postgres-new/components/code-accordion.tsx
@@ -36,7 +36,9 @@ export default function CodeAccordion({
36
<AccordionTrigger
37
className={cn(
38
'p-0 gap-2 px-3 py-2',
39
- error ? 'bg-destructive border-destructive' : undefined
+ error
40
+ ? 'bg-destructive border-destructive [&_svg]:text-destructive-foreground'
41
+ : undefined
42
)}
43
>
44
<div className="flex gap-2 items-center font-normal text-lighter text-sm">
0 commit comments