Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmackdev committed Sep 22, 2023
1 parent bfec391 commit f202e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsubman/src/ui/modal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl<'a> Modal<'a> {

ui.painter().rect_filled(
screen_rect,
egui::Rounding::none(),
egui::Rounding::ZERO,
egui::Color32::from_rgba_premultiplied(0, 0, 0, 150),
);
});
Expand Down

0 comments on commit f202e6c

Please sign in to comment.