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
@@ -162,7 +162,7 @@ class _ProfileIndicator extends ConsumerWidget {
child: AbsorbPointer(
child: Builder(
builder: (context) => UserCircleAvatar(
size: 32,
size: 34,
user: user,
opacity: IconTheme.of(context).opacity ?? 1,
hasBorder: true,