remove custom colors from Create Group button in GroupsView
This commit is contained in:
@@ -106,8 +106,6 @@ class _GroupsViewState extends State<GroupsView> {
|
||||
bottom: 80,
|
||||
child: CustomWidthButton(
|
||||
text: 'Create Group',
|
||||
infillColor: CustomTheme.primaryColor,
|
||||
borderColor: CustomTheme.primaryColor,
|
||||
sizeRelativeToWidth: 0.90,
|
||||
onPressed: () async {
|
||||
await Navigator.push(
|
||||
|
||||
Reference in New Issue
Block a user