fix: update version to 0.0.1-M3+2 and adjust divider height in ClientHomePage
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: krowwithus_staff
|
||||
description: "Krow Staff Application"
|
||||
publish_to: 'none'
|
||||
version: 0.0.1-M3+1
|
||||
version: 0.0.1-M3+2
|
||||
resolution: workspace
|
||||
|
||||
environment:
|
||||
|
||||
@@ -82,9 +82,8 @@ class ClientHomePage extends StatelessWidget {
|
||||
}).toList();
|
||||
|
||||
return ListView.separated(
|
||||
padding: const EdgeInsets.only(bottom: 100),
|
||||
separatorBuilder: (BuildContext context, int index) {
|
||||
return const Divider(color: UiColors.border, height: 0.2);
|
||||
return const Divider(color: UiColors.border, height: 0.1);
|
||||
},
|
||||
itemCount: visibleWidgets.length,
|
||||
itemBuilder: (BuildContext context, int index) {
|
||||
|
||||
Reference in New Issue
Block a user