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 be8e8e8 commit 31cbe94Copy full SHA for 31cbe94
src/stubs/resources/js/Components/Dropdown.tsx
@@ -12,7 +12,7 @@ interface Props {
12
export default function Dropdown({
13
align = 'right',
14
width = '48',
15
- contentClasses = 'py-1 bg-white',
+ contentClasses = 'py-1 bg-white dark:bg-gray-700',
16
renderTrigger,
17
children,
18
}: PropsWithChildren<Props>) {
0 commit comments