Skip to content

Commit

Permalink
Merge pull request #1475 from simonkimi/main
Browse files Browse the repository at this point in the history
Profile Tile InkWell Overflow Fix
  • Loading branch information
hiddify-com authored Nov 10, 2024
2 parents 1816890 + 9b6a444 commit 4d12c86
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 4d12c86

Please sign in to comment.