reverted mobile restore calendar height

This commit is contained in:
ryleedavis 2022-11-28 11:51:13 -07:00
parent 8960bb5764
commit 66ff5a437d

View file

@ -155,7 +155,7 @@ class _RestoreOptionsViewState extends ConsumerState<RestoreOptionsView> {
final date = await showRoundedDatePicker(
context: context,
initialDate: DateTime.now(),
height: height / 3.2,
height: height * 0.5,
theme: ThemeData(
primarySwatch: Util.createMaterialColor(fetchedColor),
),