diff --git a/lib/src/components/buttons/button.dart b/lib/src/components/buttons/button.dart index 63acbfb9..28b7a10f 100644 --- a/lib/src/components/buttons/button.dart +++ b/lib/src/components/buttons/button.dart @@ -201,14 +201,14 @@ class ZetaButton extends ZetaStatelessWidget { leadingIcon, size: iconSize, ), - if (label.isNotEmpty) - Flexible( - child: Text( - label, - style: _textStyle, - textAlign: TextAlign.center, - ).paddingVertical(Zeta.of(context).spacing.minimum), - ), + // if (label.isNotEmpty) + // Flexible( + // child: Text( + // label, + // style: _textStyle, + // textAlign: TextAlign.center, + // ).paddingVertical(Zeta.of(context).spacing.minimum), + // ), if (trailingIcon != null) Icon( trailingIcon,