v1.3 Polish: Remove unnecessary divider after MBTI

This commit is contained in:
Ponshu Developer 2026-01-13 18:24:37 +09:00
parent 318fa19bfb
commit d0ce82f59a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class _SoulScreenState extends ConsumerState<SoulScreen> {
trailing: Icon(LucideIcons.chevronRight, color: Theme.of(context).brightness == Brightness.dark ? Colors.grey[600] : null), trailing: Icon(LucideIcons.chevronRight, color: Theme.of(context).brightness == Brightness.dark ? Colors.grey[600] : null),
onTap: () => _showMbtiDialog(context, userProfile.mbti), onTap: () => _showMbtiDialog(context, userProfile.mbti),
), ),
const Divider(height: 1),
], ],
), ),