From 4298f4d32bcafa64c850efd386895d5e089c1924 Mon Sep 17 00:00:00 2001 From: Darshan Date: Tue, 18 Mar 2025 13:46:59 +0530 Subject: [PATCH] fix: spacing. --- lib/ui/components/connection_line.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/components/connection_line.dart b/lib/ui/components/connection_line.dart index b0003b9..575db19 100644 --- a/lib/ui/components/connection_line.dart +++ b/lib/ui/components/connection_line.dart @@ -15,7 +15,7 @@ class ConnectionLine extends StatelessWidget { return SizedBox( width: context.widthFactor( mobileFactor: 0.25, - largeScreenFactor: 0.25, + largeScreenFactor: 0.125, ), child: Flex( direction: Axis.horizontal,