From d4f709ac7fcbbce6bac07a9e4929a5d66ae5d646 Mon Sep 17 00:00:00 2001 From: doman Date: Sun, 30 Jul 2023 15:11:30 +0200 Subject: [PATCH] changed default bar height --- lib/widgets/diary.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/diary.dart b/lib/widgets/diary.dart index fe12165..d2479d8 100644 --- a/lib/widgets/diary.dart +++ b/lib/widgets/diary.dart @@ -34,7 +34,7 @@ class DiaryWidget extends StatelessWidget { ), ] ), - expandedHeight: 128, + expandedHeight: 250, backgroundColor: Theme.of(context).colorScheme.secondary, shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(8),