diff --git a/lib/ui/etqan_ovr/etqan_create_request.dart b/lib/ui/etqan_ovr/etqan_create_request.dart index 2e546bb..3a253d9 100644 --- a/lib/ui/etqan_ovr/etqan_create_request.dart +++ b/lib/ui/etqan_ovr/etqan_create_request.dart @@ -296,7 +296,7 @@ class _EtqanOvrCreateRequestState extends State { activeColor: MyColors.gradiantEndColor, shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(4)), ), - const SizedBox(width: 8), + Expanded(child: Text(LocaleKeys.submitAsAnonymous.tr(), style: const TextStyle(fontSize: 14, fontWeight: FontWeight.w500, color: Color(0xff2B353E), letterSpacing: -0.44))), ], ),