refactor: update spacing in Find, History, and My Shifts tabs for consistency
This commit is contained in:
@@ -130,6 +130,8 @@ class _ShiftsPageState extends State<ShiftsPage> {
|
|||||||
historyShifts,
|
historyShifts,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ class _FindShiftsTabState extends State<FindShiftsTab> {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 40),
|
const SizedBox(height: UiConstants.space32),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ class HistoryShiftsTab extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 40),
|
const SizedBox(height: UiConstants.space32),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -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),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user