diff --git a/lib/screens/soul_screen.dart b/lib/screens/soul_screen.dart index 8d60e99..6209779 100644 --- a/lib/screens/soul_screen.dart +++ b/lib/screens/soul_screen.dart @@ -82,7 +82,7 @@ class _SoulScreenState extends ConsumerState { trailing: Icon(LucideIcons.chevronRight, color: Theme.of(context).brightness == Brightness.dark ? Colors.grey[600] : null), onTap: () => _showMbtiDialog(context, userProfile.mbti), ), - const Divider(height: 1), + ], ),