From cd5b17f60d9483bccaf4f373957e9383df34015e Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Thu, 10 Mar 2022 14:25:55 +0330 Subject: [PATCH] radar categories size changed --- lib/views/home/radar/widgets/category_item.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/views/home/radar/widgets/category_item.dart b/lib/views/home/radar/widgets/category_item.dart index 081b152..e223d00 100644 --- a/lib/views/home/radar/widgets/category_item.dart +++ b/lib/views/home/radar/widgets/category_item.dart @@ -66,10 +66,10 @@ class CategoryItem extends StatelessWidget { isVisible: !isColapsed, child: Container( width: !_useWebMobileLayout(context) - ? _width(context) / 1.5 + ? _width(context) / 1.75 : ds.width / 5, height: !_useWebMobileLayout(context) - ? _width(context) / 1.5 + ? _width(context) / 1.75 : ds.width / 5, decoration: BoxDecoration( color: Theme.of(context).colorScheme.surface,