From 664b814281faac0c141ba9c00041b248889167e0 Mon Sep 17 00:00:00 2001 From: zypherift Date: Mon, 18 Aug 2025 22:43:15 +0200 Subject: [PATCH] change look of spiiiin --- firka/lib/ui/phone/screens/home/home_screen.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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