Skip to content

Commit

Permalink
[7.x] Add dark mode support (#505)
Browse files Browse the repository at this point in the history
* Add dark mode support

* Update database.svg
  • Loading branch information
mynetx authored May 31, 2024
1 parent 68d4df6 commit 94eb11a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions resources/js/components/Listing/DataListFilters.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="shadow-inner bg-gray-300">
<div class="flex items-center flex-wrap px-3 border-b pt-2">
<div class="shadow-inner bg-gray-300 dark:bg-dark-600">
<div class="flex items-center flex-wrap px-3 border-b dark:border-dark-900 pt-2">

<!-- Field filter (requires custom selection UI) -->
<popover v-if="fieldFilter" placement="bottom-start" @closed="fieldFilterClosed">
Expand Down
2 changes: 1 addition & 1 deletion resources/js/components/Listing/RunwayListing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div slot-scope="{ hasSelections }">
<div class="card overflow-hidden p-0 relative">
<div
class="flex flex-wrap items-center justify-between px-2 pb-2 text-sm border-b"
class="flex flex-wrap items-center justify-between px-2 pb-2 text-sm border-b dark:border-dark-900"
>
<data-list-filter-presets
ref="presets"
Expand Down
2 changes: 1 addition & 1 deletion resources/svg/database.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 94eb11a

Please sign in to comment.