Bulk email

This commit is contained in:
Hillel Coren 2020-08-13 23:15:02 +03:00
parent 4d400409dd
commit e3b0255eef
1 changed files with 2 additions and 1 deletions

View File

@ -327,9 +327,10 @@ class _InvoiceEmailViewState extends State<InvoiceEmailView>
),
),
Expanded(
child: ColoredBox(
child: Container(
child: _buildPreview(context),
color: Colors.white,
height: double.infinity,
),
),
],