Skip to content

Commit

Permalink
fix: Unequal padding for cards in scan carousel (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
M123-dev authored Mar 28, 2022
1 parent 18f24bc commit bdf93bf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ class SearchCard extends StatelessWidget {
final AppLocalizations localizations = AppLocalizations.of(context)!;
return SmoothCard(
color: Theme.of(context).colorScheme.background.withOpacity(0.85),
margin: EdgeInsets.only(bottom: height * 0.05),
elevation: 0,
padding: const EdgeInsets.symmetric(horizontal: 20.0),
child: SizedBox(
Expand Down

0 comments on commit bdf93bf

Please sign in to comment.