mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: styling tweak profile panel (#26248)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user