v1.3 Polish: Remove unnecessary divider after MBTI
This commit is contained in:
parent
318fa19bfb
commit
d0ce82f59a
|
|
@ -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),
|
|
||||||
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue