From f385526950f39decf91fc8de24e35dfad7c704ed Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Fri, 13 Dec 2024 15:30:03 +0000 Subject: [PATCH 1/2] 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, From 6a4d88b19522fb27a90ee9ae553a21c9004c5954 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 7 Jan 2025 14:29:04 +0000 Subject: [PATCH 2/2] chore(automated): Lint commit and format --- lib/zeta_flutter.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zeta_flutter.dart b/lib/zeta_flutter.dart index 27172c51..cb8a5a1a 100644 --- a/lib/zeta_flutter.dart +++ b/lib/zeta_flutter.dart @@ -1,5 +1,5 @@ /// Zebra Design System (Zeta) - Flutter Component Library -library zeta_flutter; +library; export 'generated/generated.dart'; export 'src/components/components.dart';