style: Make emptypage logo bigger

This commit is contained in:
Krille 2023-04-14 14:24:18 +02:00
parent 92072904e6
commit 166fcce8ba
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ import 'package:flutter/material.dart';
class EmptyPage extends StatelessWidget {
final bool loading;
static const double _width = 200;
static const double _width = 300;
const EmptyPage({this.loading = false, Key? key}) : super(key: key);
@override
Widget build(BuildContext context) {