removed unnecessary bg color from avatar
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user