🎨 Adjust color and spacing (#684)
This commit is contained in:
@@ -90,7 +90,11 @@ const UserInformation: React.FC = () => {
|
|||||||
size="md"
|
size="md"
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<Text size="md" py={2}>
|
<Text
|
||||||
|
size="md"
|
||||||
|
py={2}
|
||||||
|
color={!currentUser?.full_name ? 'gray.400' : 'inherit'}
|
||||||
|
>
|
||||||
{currentUser?.full_name || 'N/A'}
|
{currentUser?.full_name || 'N/A'}
|
||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
|
@@ -17,10 +17,10 @@ function Dashboard() {
|
|||||||
<>
|
<>
|
||||||
<Container maxW="full">
|
<Container maxW="full">
|
||||||
<Box pt={12} m={4}>
|
<Box pt={12} m={4}>
|
||||||
<Text fontSize="2xl">
|
<Text fontSize="2xl">
|
||||||
Hi, {currentUser?.full_name || currentUser?.email} 👋🏼
|
Hi, {currentUser?.full_name || currentUser?.email} 👋🏼
|
||||||
</Text>
|
</Text>
|
||||||
<Text>Welcome back, nice to see you again!</Text>
|
<Text>Welcome back, nice to see you again!</Text>
|
||||||
</Box>
|
</Box>
|
||||||
</Container>
|
</Container>
|
||||||
</>
|
</>
|
||||||
|
Reference in New Issue
Block a user