Skip to content

Commit 31cbe94

Browse files
authored
Update Dropdown.tsx
1 parent be8e8e8 commit 31cbe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs/resources/js/Components/Dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface Props {
1212
export default function Dropdown({
1313
align = 'right',
1414
width = '48',
15-
contentClasses = 'py-1 bg-white',
15+
contentClasses = 'py-1 bg-white dark:bg-gray-700',
1616
renderTrigger,
1717
children,
1818
}: PropsWithChildren<Props>) {

0 commit comments

Comments
 (0)