Skip to content

Commit b503f41

Browse files
committed
Corrected shimmer
1 parent 72167a4 commit b503f41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/ui/views/files/files_view.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class FilesView extends ViewModelBuilderWidget<FilesViewModel> {
145145
itemCount: 15,
146146
itemBuilder: (context, index) {
147147
return ListTile(
148-
contentPadding: EdgeInsets.symmetric(horizontal: 4),
148+
contentPadding: EdgeInsets.symmetric(horizontal: 5, vertical: 2),
149149
leading: Container(
150150
width: 64,
151151
height: 64,
@@ -156,7 +156,7 @@ class FilesView extends ViewModelBuilderWidget<FilesViewModel> {
156156
title: Container(
157157
width: double.infinity,
158158
height: 16.0,
159-
margin: EdgeInsets.only(right: 10),
159+
margin: EdgeInsets.only(right: 5),
160160
color: Colors.white,
161161
),
162162
);
@@ -321,7 +321,7 @@ class FileItem extends ViewModelWidget<FilesViewModel> {
321321
@override
322322
Widget build(BuildContext context, FilesViewModel model) {
323323
return ListTile(
324-
contentPadding: EdgeInsets.symmetric(horizontal: 5),
324+
contentPadding: EdgeInsets.symmetric(horizontal: 5,vertical: 3),
325325
leading: SizedBox(
326326
width: 64,
327327
height: 64,

0 commit comments

Comments
 (0)