removed unnecessary bg color from avatar

This commit is contained in:
asif
2025-08-30 01:07:06 +05:30
parent 75bcce8201
commit bfa0721e79

View File

@@ -33,7 +33,6 @@ class _CustomerInfoScreenState extends State<CustomerInfoScreen> {
children: [
const SizedBox(height: 30),
CircleAvatar(
backgroundColor: Colors.grey[200],
radius: 50,
child: SvgPicture.asset(
'assets/images/avatar_male.svg',