Skip to content

Commit

Permalink
breaking button to test PR action
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Dec 13, 2024
1 parent 6eab70b commit f385526
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/src/components/buttons/button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f385526

Please sign in to comment.