chore: Follow up navrail

This commit is contained in:
krille-chan 2024-07-18 16:45:10 +02:00
commit 956a2e6523
No known key found for this signature in database
3 changed files with 14 additions and 15 deletions

View file

@ -66,13 +66,10 @@ class Avatar extends StatelessWidget {
width: size,
height: size,
child: Material(
color: Theme.of(context).colorScheme.surfaceContainerLowest,
shape: RoundedRectangleBorder(
borderRadius: borderRadius,
side: border ??
BorderSide(
color: Theme.of(context).dividerColor,
width: 1,
),
side: border ?? BorderSide.none,
),
clipBehavior: Clip.hardEdge,
child: noPic