Skip to content

Commit

Permalink
[5.x] Add dark mode support for list items (#10172)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Varga <jason@pixelfear.com>
  • Loading branch information
martyf and jasonvarga authored May 23, 2024
1 parent 41d8375 commit dc1c17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/css/components/updater.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
top: 7px;
left: 4px ; [dir="rtl"] & { left: auto ; right: 4px ; }

.dark & { @apply bg-gray-300; }
}

.label {
Expand Down

0 comments on commit dc1c17a

Please sign in to comment.