mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-24 04:59:26 +01:00
transparent background for logo
This commit is contained in:
parent
fad0c92b44
commit
0f69e8fc9b
@ -5,7 +5,7 @@ class EmptyPage extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return Scaffold(
|
||||
body: Center(
|
||||
child: Image.asset('assets/logo.png', width: 100, height: 100),
|
||||
child: Image.asset('assets/favicon.png', width: 100, height: 100),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user