Skip to content

Commit

Permalink
Fixed background color on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Sep 8, 2024
1 parent ce8b2f0 commit 724a69a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screen/dashboard/theme_editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ impl ThemeEditor {
.width(Length::Fill)
.height(Length::Fill)
.padding(8)
.style(theme::container::general)
.into()
}
}
Expand Down

0 comments on commit 724a69a

Please sign in to comment.