From f385526950f39decf91fc8de24e35dfad7c704ed Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Fri, 13 Dec 2024 15:30:03 +0000 Subject: [PATCH] breaking button to test PR action --- lib/src/components/buttons/button.dart | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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,