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,
|
bottom: 80,
|
||||||
child: CustomWidthButton(
|
child: CustomWidthButton(
|
||||||
text: 'Create Group',
|
text: 'Create Group',
|
||||||
infillColor: CustomTheme.primaryColor,
|
|
||||||
borderColor: CustomTheme.primaryColor,
|
|
||||||
sizeRelativeToWidth: 0.90,
|
sizeRelativeToWidth: 0.90,
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
await Navigator.push(
|
await Navigator.push(
|
||||||
|
|||||||
Reference in New Issue
Block a user