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,