Skip to content

Commit 7e58851

Browse files
committed
MP-170_blank-profile
1 parent 8e175cb commit 7e58851

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/apps/profiles/src/components/EmptySection/EmptySection.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ const EmptySection: FC<EmptySectionProps> = props => (
3434
{props.title && (
3535
<div className='body-medium-bold'>{props.title}</div>
3636
)}
37-
{props.children}
37+
<div className='body-main'>
38+
{props.children}
39+
</div>
3840
</>
3941
)}
4042
</div>

0 commit comments

Comments
 (0)