Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Merculiar committed Dec 16, 2024
1 parent 016907c commit 6409ce6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions packages/espressocash_app/lib/ui/button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class CpButton extends StatelessWidget {
const CpButton({
super.key,
required this.text,
this.fontSize,
this.onPressed,
this.width,
this.variant = CpButtonVariant.dark,
Expand All @@ -33,7 +32,6 @@ class CpButton extends StatelessWidget {
});

final String text;
final double? fontSize;
final double? width;
final VoidCallback? onPressed;
final CpButtonVariant variant;
Expand Down
2 changes: 0 additions & 2 deletions packages/espressocash_app/lib/ui/icon_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ enum CpIconButtonVariant {
grey,
light,
black,
inverted,
transparent,
}

Expand Down Expand Up @@ -43,7 +42,6 @@ class CpIconButton extends StatelessWidget {
case CpIconButtonVariant.light:
return Colors.white;
case CpIconButtonVariant.black:
case CpIconButtonVariant.inverted:
return CpColors.blackGreyColor;
case CpIconButtonVariant.transparent:
return Colors.transparent;
Expand Down

0 comments on commit 6409ce6

Please sign in to comment.