diff --git a/firka/lib/ui/phone/screens/home/home_screen.dart b/firka/lib/ui/phone/screens/home/home_screen.dart index c17e828..e61bdd9 100644 --- a/firka/lib/ui/phone/screens/home/home_screen.dart +++ b/firka/lib/ui/phone/screens/home/home_screen.dart @@ -125,8 +125,12 @@ class _HomeScreenState extends State { child: Card( color: appStyle.colors.errorCard, shadowColor: Colors.transparent, + shape: RoundedRectangleBorder( + borderRadius: BorderRadius.all( + Radius.circular(200)), + ), child: Padding( - padding: EdgeInsets.all(8), + padding: EdgeInsets.symmetric(horizontal: 15, vertical: 8), child: Row( mainAxisSize: MainAxisSize.min, // Use min to prevent filling the width