Skip to content

Commit fb55bb8

Browse files
authored
Update KeyboardShortcutsOverlay.vue
Fix "Keyboard Shortcuts" dialog background color on "Dark" theme.
1 parent d0d1e94 commit fb55bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/KeyboardShortcutsOverlay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
leave-to="translate-x-full"
1717
>
1818
<DialogPanel class="pointer-events-auto w-screen max-w-md">
19-
<div class="flex h-full flex-col overflow-y-scroll bg-white py-6 shadow-xl">
19+
<div class="flex h-full flex-col overflow-y-scroll bg-white py-6 shadow-xl dark:bg-gray-700">
2020
<div class="px-4 sm:px-6">
2121
<div class="flex items-start justify-between">
2222
<DialogTitle class="text-base font-semibold leading-6 text-gray-900">Keyboard Shortcuts</DialogTitle>

0 commit comments

Comments
 (0)