Reduce excitement

This commit is contained in:
Vishnu Mohandas 2021-04-06 06:27:16 +05:30
parent 8d0c4b17a9
commit ff461fe698

View file

@ -310,7 +310,7 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
child: Column(
children: [
Text(
"no one is sharing with you!",
"no one is sharing with you",
style: TextStyle(color: Colors.white.withOpacity(0.6)),
),
Container(
@ -360,7 +360,7 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
child: Column(
children: [
Text(
"you aren't sharing anything!",
"you aren't sharing anything",
style: TextStyle(color: Colors.white.withOpacity(0.6)),
),
Container(