Skip to content

Commit

Permalink
Merge pull request #190 from Laravel-Backpack/fix-alert-backgrounds
Browse files Browse the repository at this point in the history
fix alert background
  • Loading branch information
pxpm authored Sep 6, 2024
2 parents bb715a4 + 4c7213e commit 82303e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ body[bp-layout=horizontal-overlap] .nav-item > a {
}

.alert {
background: var(--tblr-surface);
background: var(--tblr-bg-surface);
}

[data-bs-theme=dark] .alert {
Expand Down

0 comments on commit 82303e7

Please sign in to comment.