refactor: update spacing in Find, History, and My Shifts tabs for consistency

This commit is contained in:
Achintha Isuru
2026-02-01 12:06:35 -05:00
parent 1a7e06d8cc
commit 989a1d3f84
4 changed files with 5 additions and 3 deletions

View File

@@ -130,6 +130,8 @@ class _ShiftsPageState extends State<ShiftsPage> {
historyShifts, historyShifts,
), ),
), ),
], ],
), ),
); );

View File

@@ -175,7 +175,7 @@ class _FindShiftsTabState extends State<FindShiftsTab> {
), ),
), ),
), ),
const SizedBox(height: 40), const SizedBox(height: UiConstants.space32),
], ],
), ),
), ),

View File

@@ -40,7 +40,7 @@ class HistoryShiftsTab extends StatelessWidget {
), ),
), ),
), ),
const SizedBox(height: 40), const SizedBox(height: UiConstants.space32),
], ],
), ),
); );

View File

@@ -353,7 +353,7 @@ class _MyShiftsTabState extends State<MyShiftsTab> {
subtitle: "Try finding new jobs in the Find tab", subtitle: "Try finding new jobs in the Find tab",
), ),
const SizedBox(height: 40), const SizedBox(height: UiConstants.space32),
], ],
), ),
), ),