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 9a6e56f commit 85721b9Copy full SHA for 85721b9
demo/components/shared/button.tsx
@@ -17,7 +17,8 @@ const Button = React.forwardRef<HTMLButtonElement, Props>(
17
"group",
18
"radix-state-open:bg-gray-50 dark:radix-state-open:bg-gray-900",
19
"radix-state-on:bg-gray-50 dark:radix-state-on:bg-gray-900",
20
- "radix-state-instant-open:bg-gray-50 radix-state-delayed-open:bg-gray-50"
+ "radix-state-instant-open:bg-gray-50 dark:radix-state-instant-open:bg-gray-900",
21
+ "radix-state-delayed-open:bg-gray-50 dark:radix-state-delayed-open:bg-gray-900"
22
)}
23
>
24
{children}
0 commit comments