diff --git a/crates/ui/src/components/button/button_like.rs b/crates/ui/src/components/button/button_like.rs index 477fc57b22f9178edc2123a76fcaf68701f8fb4d..d38b919bffe3df2e918266d7d76dbb1e4f02bf97 100644 --- a/crates/ui/src/components/button/button_like.rs +++ b/crates/ui/src/components/button/button_like.rs @@ -217,7 +217,7 @@ impl ButtonStyle { match self { ButtonStyle::Filled => { let mut filled_background = element_bg_from_elevation(elevation, cx); - filled_background.fade_out(0.92); + filled_background.fade_out(0.5); ButtonLikeStyles { background: filled_background,