Skip to content

Commit

Permalink
panel should have a solid background color
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Apr 9, 2024
1 parent 5dcb644 commit 5be5e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haxe/ui/_module/styles/default/panels.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
padding: 1px;
spacing: 0px;
filter: drop-shadow(1, 45, #888888, 0.2, 15, 2, 1, 3, false);
background-color: $default-background-color;
}

.panel.no-shadow {
Expand Down

0 comments on commit 5be5e36

Please sign in to comment.