Skip to content

Commit

Permalink
Merge pull request #387 from sashsvamir/patch-1
Browse files Browse the repository at this point in the history
Fix "Keyboard Shortcuts" dialog background color on "Dark" theme
  • Loading branch information
arukompas authored Aug 3, 2024
2 parents d0d1e94 + fb55bb8 commit cc0cc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/KeyboardShortcutsOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
leave-to="translate-x-full"
>
<DialogPanel class="pointer-events-auto w-screen max-w-md">
<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">
<div class="px-4 sm:px-6">
<div class="flex items-start justify-between">
<DialogTitle class="text-base font-semibold leading-6 text-gray-900">Keyboard Shortcuts</DialogTitle>
Expand Down

0 comments on commit cc0cc76

Please sign in to comment.