diff --git a/crates/ui/src/components/button/button_like.rs b/crates/ui/src/components/button/button_like.rs index 4ce7aeed0d80b579207b2546ee5ac35d0ac8865d..9cb7bd85ef1dbcdf16b821d61b7fe02800b8e182 100644 --- a/crates/ui/src/components/button/button_like.rs +++ b/crates/ui/src/components/button/button_like.rs @@ -208,7 +208,6 @@ impl ButtonStyle { pub(crate) fn enabled( self, elevation: Option, - cx: &mut App, ) -> ButtonLikeStyles { match self { @@ -249,7 +248,6 @@ impl ButtonStyle { pub(crate) fn hovered( self, elevation: Option, - cx: &mut App, ) -> ButtonLikeStyles { match self {