mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-02-17 14:30:40 +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) {
|
Widget build(BuildContext context) {
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
body: Center(
|
body: Center(
|
||||||
child: Image.asset('assets/logo.png', width: 100, height: 100),
|
child: Image.asset('assets/favicon.png', width: 100, height: 100),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user