chore: styling tweak profile panel (#26248)

This commit is contained in:
Alex
2026-02-16 08:20:01 -06:00
committed by GitHub
parent 19ef196150
commit 156e3479fa
5 changed files with 14 additions and 14 deletions
@@ -38,7 +38,7 @@ class UserCircleAvatar extends ConsumerWidget {
decoration: BoxDecoration(
color: userAvatarColor,
shape: BoxShape.circle,
border: hasBorder ? Border.all(color: Colors.grey[500]!.withValues(alpha: opacity), width: 1) : null,
border: hasBorder ? Border.all(color: userAvatarColor.withValues(alpha: opacity), width: 1.5) : null,
),
child: user.hasProfileImage
? ClipRRect(