radar categories size changed
This commit is contained in:
parent
1237be04f0
commit
cd5b17f60d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue