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 d0d1e94 commit fb55bb8Copy full SHA for fb55bb8
resources/js/components/KeyboardShortcutsOverlay.vue
@@ -16,7 +16,7 @@
16
leave-to="translate-x-full"
17
>
18
<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">
+ <div class="flex h-full flex-col overflow-y-scroll bg-white py-6 shadow-xl dark:bg-gray-700">
20
<div class="px-4 sm:px-6">
21
<div class="flex items-start justify-between">
22
<DialogTitle class="text-base font-semibold leading-6 text-gray-900">Keyboard Shortcuts</DialogTitle>
0 commit comments