Skip to content

Commit 85721b9

Browse files
committed
fix dark open states
1 parent 9a6e56f commit 85721b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/components/shared/button.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const Button = React.forwardRef<HTMLButtonElement, Props>(
1717
"group",
1818
"radix-state-open:bg-gray-50 dark:radix-state-open:bg-gray-900",
1919
"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"
20+
"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"
2122
)}
2223
>
2324
{children}

0 commit comments

Comments
 (0)