Skip to content

Commit cb18d17

Browse files
committed
fix: update DataCardTitle alignment and styling for better presentation
1 parent 76d2467 commit cb18d17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/modules/account/accountPage.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,11 @@ const AccountPage = () => {
107107
name={session.data?.user.name || ''}
108108
/>
109109
<DataCardTitle
110-
textAlignVertical="center"
110+
justifyContent="center"
111+
alignItems="center"
111112
py={0}
112-
lineHeight={12}
113113
mt="xs"
114+
textAlign="center"
114115
>
115116
{session.data?.user.name || t('account:sections.profile.title')}
116117
</DataCardTitle>

0 commit comments

Comments
 (0)