diff --git a/packages/zefyr/lib/src/widgets/buttons.dart b/packages/zefyr/lib/src/widgets/buttons.dart index 675f4ea38..bbab2a088 100644 --- a/packages/zefyr/lib/src/widgets/buttons.dart +++ b/packages/zefyr/lib/src/widgets/buttons.dart @@ -186,6 +186,7 @@ class RawZefyrButton extends StatelessWidget { child: RawMaterialButton( shape: RoundedRectangleBorder(borderRadius: radius), elevation: 0.0, + highlightElevation: 0.0, fillColor: color, constraints: constraints, onPressed: onPressed,