mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +00:00
CWA-179 | reduced height fo defining large device
This commit is contained in:
parent
859afef931
commit
75f23200ee
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
const largeHeight = 800;
|
||||
const largeHeight = 700;
|
||||
|
||||
class BaseRestoreWidget extends StatelessWidget {
|
||||
BaseRestoreWidget({
|
||||
|
|
Loading…
Reference in a new issue