WIP
This commit is contained in:
parent
240560e2eb
commit
3a6cbe57bc
|
@ -46,7 +46,7 @@ class _VisitorNotFoundComponentWidgetState
|
|||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
width: MediaQuery.of(context).size.width,
|
||||
height: MediaQuery.of(context).size.height * 0.4,
|
||||
height: MediaQuery.of(context).size.height,
|
||||
decoration: BoxDecoration(
|
||||
color: FlutterFlowTheme.of(context).primaryBackground,
|
||||
borderRadius: const BorderRadius.only(
|
||||
|
|
Loading…
Reference in New Issue