Public Access
fix(ui): move up 'view all journeys' button to be unobstructed
This commit is contained in:
+1
-1
@@ -553,7 +553,7 @@ class _JourneyDetailPageState extends State<JourneyDetailPage> {
|
||||
),
|
||||
),
|
||||
Container(
|
||||
margin: const EdgeInsets.all(20.0),
|
||||
margin: const EdgeInsets.only(bottom: 60.0),
|
||||
child: ElevatedButton(
|
||||
onPressed: () {
|
||||
Navigator.pop(
|
||||
|
||||
Reference in New Issue
Block a user