MVP #141

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

View File

@@ -103,7 +103,7 @@ class _GroupsViewState extends State<GroupsView> {
), ),
Positioned( Positioned(
bottom: MediaQuery.paddingOf(context).bottom + 15, bottom: MediaQuery.paddingOf(context).bottom,
child: CustomWidthButton( child: CustomWidthButton(
text: 'Create Group', text: 'Create Group',
sizeRelativeToWidth: 0.90, sizeRelativeToWidth: 0.90,