Skip to content

Commit

Permalink
Fix: sidebar background color
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Jul 5, 2023
1 parent 5c4d60b commit 78aab75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/css/plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@screen lg {
.filament-sidebar {
@apply lg:!bg-white dark:lg:!bg-gray-900 !z-[2];
@apply lg:!bg-gray-50 dark:lg:!bg-gray-900 !z-[2];
}
}

Expand Down
2 changes: 1 addition & 1 deletion resources/dist/filament-sticky-header.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78aab75

Please sign in to comment.