Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -42,7 +42,7 @@ class TikTokVidePoem extends StatelessWidget { | ... | @@ -42,7 +42,7 @@ class TikTokVidePoem extends StatelessWidget { |
42 | color: Colors.grey.shade200.withOpacity(0.1), | 42 | color: Colors.grey.shade200.withOpacity(0.1), |
43 | ), | 43 | ), |
44 | child: Padding( | 44 | child: Padding( |
45 | - padding: const EdgeInsets.all(10.0), | 45 | + padding: const EdgeInsets.all(5.0), |
46 | child: Column( | 46 | child: Column( |
47 | children: [ | 47 | children: [ |
48 | Text( | 48 | Text( | ... | ... |
-
Please register or login to post a comment