Remove "+" button shadow

This commit is contained in:
Bu5hm4nn 2023-05-14 08:43:12 -06:00
parent cbf8341000
commit 85620d10c4

View File

@ -830,7 +830,7 @@ impl eframe::App for GossipUi {
.rounding(egui::Rounding::same(crate::AVATAR_SIZE_F32/2.0)) // need the rounding for the shadow
.stroke(egui::Stroke::NONE)
.fill(Color32::TRANSPARENT)
//.shadow(egui::epaint::Shadow::NONE)
.shadow(egui::epaint::Shadow::NONE)
.show(
ui,
|ui| {