feat(directory): change floating action button color to red for better visibility
This commit is contained in:
parent
becdec1a79
commit
eabd988b32
@ -90,7 +90,7 @@ class DirectoryMainScreen extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
),
|
),
|
||||||
floatingActionButton: FloatingActionButton(
|
floatingActionButton: FloatingActionButton(
|
||||||
backgroundColor: Colors.indigo,
|
backgroundColor: Colors.red,
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
final result = await Get.bottomSheet(
|
final result = await Get.bottomSheet(
|
||||||
AddContactBottomSheet(),
|
AddContactBottomSheet(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user