Reduce excitement
This commit is contained in:
parent
8d0c4b17a9
commit
ff461fe698
1 changed files with 2 additions and 2 deletions
|
@ -310,7 +310,7 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
"no one is sharing with you!",
|
"no one is sharing with you",
|
||||||
style: TextStyle(color: Colors.white.withOpacity(0.6)),
|
style: TextStyle(color: Colors.white.withOpacity(0.6)),
|
||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
|
@ -360,7 +360,7 @@ class _SharedCollectionGalleryState extends State<SharedCollectionGallery>
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
Text(
|
Text(
|
||||||
"you aren't sharing anything!",
|
"you aren't sharing anything",
|
||||||
style: TextStyle(color: Colors.white.withOpacity(0.6)),
|
style: TextStyle(color: Colors.white.withOpacity(0.6)),
|
||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
|
|
Loading…
Add table
Reference in a new issue