removed unnecessary bg color from avatar
This commit is contained in:
@@ -33,7 +33,6 @@ class _CustomerInfoScreenState extends State<CustomerInfoScreen> {
|
|||||||
children: [
|
children: [
|
||||||
const SizedBox(height: 30),
|
const SizedBox(height: 30),
|
||||||
CircleAvatar(
|
CircleAvatar(
|
||||||
backgroundColor: Colors.grey[200],
|
|
||||||
radius: 50,
|
radius: 50,
|
||||||
child: SvgPicture.asset(
|
child: SvgPicture.asset(
|
||||||
'assets/images/avatar_male.svg',
|
'assets/images/avatar_male.svg',
|
||||||
|
Reference in New Issue
Block a user