feat(directory): change floating action button color to red for better visibility

This commit is contained in:
Vaibhav Surve 2025-07-04 17:30:26 +05:30
parent becdec1a79
commit eabd988b32

View File

@ -90,7 +90,7 @@ class DirectoryMainScreen extends StatelessWidget {
),
),
floatingActionButton: FloatingActionButton(
backgroundColor: Colors.indigo,
backgroundColor: Colors.red,
onPressed: () async {
final result = await Get.bottomSheet(
AddContactBottomSheet(),