changed default bar height

This commit is contained in:
doman 2023-07-30 15:11:30 +02:00
parent 1f5c1ceaa7
commit d4f709ac7f

View file

@ -34,7 +34,7 @@ class DiaryWidget extends StatelessWidget {
), ),
] ]
), ),
expandedHeight: 128, expandedHeight: 250,
backgroundColor: Theme.of(context).colorScheme.secondary, backgroundColor: Theme.of(context).colorScheme.secondary,
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(8), borderRadius: BorderRadius.circular(8),