diff --git a/ecommerce_app/lib/src/common_widgets/custom_text_button.dart b/ecommerce_app/lib/src/common_widgets/custom_text_button.dart index c39315bc..c72495db 100644 --- a/ecommerce_app/lib/src/common_widgets/custom_text_button.dart +++ b/ecommerce_app/lib/src/common_widgets/custom_text_button.dart @@ -19,6 +19,7 @@ class CustomTextButton extends StatelessWidget { text, style: style, textAlign: TextAlign.center, + overflow: TextOverflow.visible, ), ), );