MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 5062196463 - Show all commits

View File

@@ -55,9 +55,9 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
body: tabs[currentIndex],
extendBody: true,
bottomNavigationBar: SafeArea(
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 12.0),
minimum: const EdgeInsets.only(bottom: 30),
child: Container(
margin: const EdgeInsets.symmetric(horizontal: 12.0, vertical: 10),
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(24),
color: CustomTheme.primaryColor,
@@ -103,7 +103,6 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
),
),
),
),
);
}