Browse Source

🎨 Adjust color and spacing (#684)

pull/13907/head
Alejandra 1 year ago
committed by GitHub
parent
commit
d360b92bc6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      frontend/src/components/UserSettings/UserInformation.tsx

6
frontend/src/components/UserSettings/UserInformation.tsx

@ -90,7 +90,11 @@ const UserInformation: React.FC = () => {
size="md"
/>
) : (
<Text size="md" py={2}>
<Text
size="md"
py={2}
color={!currentUser?.full_name ? 'gray.400' : 'inherit'}
>
{currentUser?.full_name || 'N/A'}
</Text>
)}

Loading…
Cancel
Save