Skip to content

Commit

Permalink
fix: adjust ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mthinh committed Sep 11, 2024
1 parent 0c4ec4d commit 1d98d55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ class EventDetailNavigationBarItem extends StatelessWidget {
decoration: BoxDecoration(
color: feature.backgroundColor ??
colorScheme.onPrimary.withOpacity(0.06),
borderRadius: BorderRadius.circular(21.r),
borderRadius: BorderRadius.circular(16.r),
),
child: Center(child: feature.iconData),
),
Expand Down

0 comments on commit 1d98d55

Please sign in to comment.