mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Small ui fixes
This commit is contained in:
parent
7cb23c1f53
commit
fedc00c65b
2 changed files with 3 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ class UserIcon extends ConsumerWidget {
|
|||
alignment: Alignment.center,
|
||||
children: [
|
||||
ClipRRect(
|
||||
borderRadius: FladderTheme.defaultShape.borderRadius,
|
||||
borderRadius: FladderTheme.smallShape.borderRadius,
|
||||
child: CachedNetworkImage(
|
||||
imageUrl: user?.avatar ?? "",
|
||||
progressIndicatorBuilder: (context, url, progress) => placeHolder(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue