mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 02:54:30 +00:00
adjusted restore calendar height
This commit is contained in:
parent
7011c6e1f6
commit
d7a7c706d2
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ class _RestoreOptionsViewState extends ConsumerState<RestoreOptionsView> {
|
||||||
final date = await showRoundedDatePicker(
|
final date = await showRoundedDatePicker(
|
||||||
context: context,
|
context: context,
|
||||||
initialDate: DateTime.now(),
|
initialDate: DateTime.now(),
|
||||||
height: height * 0.5,
|
height: height / 3.2,
|
||||||
theme: ThemeData(
|
theme: ThemeData(
|
||||||
primarySwatch: Util.createMaterialColor(fetchedColor),
|
primarySwatch: Util.createMaterialColor(fetchedColor),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue