This commit is contained in:
jantunesmesias 2024-08-12 14:23:07 -03:00
parent 240560e2eb
commit 3a6cbe57bc
1 changed files with 1 additions and 1 deletions

View File

@ -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(