Skip to content

Commit

Permalink
Fix profile_tile clipBehavior
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkimi committed Nov 7, 2024
1 parent 1816890 commit 9b6a444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/features/profile/widget/profile_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class ProfileTile extends HookConsumerWidget {
side: BorderSide(color: effectiveOutlineColor),
borderRadius: BorderRadius.circular(16),
),
clipBehavior: Clip.antiAlias,
shadowColor: Colors.transparent,
child: IntrinsicHeight(
child: Row(
Expand Down

0 comments on commit 9b6a444

Please sign in to comment.