Skip to content

Commit

Permalink
fix settings other option tap gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ishita-g committed Dec 23, 2024
1 parent 59a4eb1 commit e749804
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -461,4 +461,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 9bf7626a50066852dd21123c4db8e9fe30622485

COCOAPODS: 1.16.2
COCOAPODS: 1.15.2
11 changes: 6 additions & 5 deletions app/lib/ui/flow/setting/setting_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,13 @@ class _SettingScreenState extends ConsumerState<SettingScreen> {
children: [
_iconButton(context: context, icon: icon),
const SizedBox(width: 16),
Text(
title,
style: AppTextStyle.subtitle3
.copyWith(color: context.colorScheme.textPrimary),
Expanded(
child: Text(
title,
style: AppTextStyle.subtitle3
.copyWith(color: context.colorScheme.textPrimary),
),
),
const Spacer(),
Icon(
Icons.arrow_forward_ios,
size: 12,
Expand Down

0 comments on commit e749804

Please sign in to comment.