Skip to content

Commit

Permalink
fix: appBar pixel overflow (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: Sagar Raj <[email protected]>
  • Loading branch information
sagarrajgit and Sagar Raj authored Jan 15, 2024
1 parent bedb6eb commit 5c4499e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/app/modules/home/views/home_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ class HomeView extends GetView<HomeController> {
MainAxisAlignment.spaceBetween,
children: [
Container(
padding: EdgeInsets.symmetric(
horizontal: 25 *
padding: EdgeInsets.only(
left: 25 *
controller.scalingFactor.value,
),
child: Column(
Expand Down

0 comments on commit 5c4499e

Please sign in to comment.