diff --git a/src/widgets/mod.rs b/src/widgets/mod.rs index 6b0a74a..e0728fa 100644 --- a/src/widgets/mod.rs +++ b/src/widgets/mod.rs @@ -120,7 +120,7 @@ impl BigRedButton { TextColor(WHITE.into()), TextShadow::default(), ], - ); + ) } /// Re-color the button when a pointer passes over it