fix: avatar color

This commit is contained in:
Gabriel Rodríguez 2023-01-29 10:29:25 -05:00 committed by Krille
commit d226bf6020
3 changed files with 10 additions and 4 deletions

View file

@ -58,8 +58,9 @@ class Avatar extends StatelessWidget {
child: Container(
width: size,
height: size,
color:
noPic ? name?.lightColor : Theme.of(context).secondaryHeaderColor,
color: noPic
? name?.lightColorAvatar
: Theme.of(context).secondaryHeaderColor,
child: noPic
? textWidget
: MxcImage(