Fix padding

This commit is contained in:
vishnukvmd 2022-08-11 20:20:56 +05:30
parent c3b0e7d141
commit 9e2c635461
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ class FileSearchResultWidget extends StatelessWidget {
matchedFile.file,
"file_details",
),
const SizedBox(width: 12),
const SizedBox(width: 16),
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [

View file

@ -31,7 +31,7 @@ class LocationSearchResultWidget extends StatelessWidget {
locationSearchResult.files[0],
heroTagPrefix,
),
const SizedBox(width: 12),
const SizedBox(width: 16),
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [