updated font for uploading files

This commit is contained in:
Rupin Khandelwal
2022-11-16 22:24:34 -03:00
parent 96ae67ebf3
commit b83bef7bc0

View File

@ -898,7 +898,13 @@ function HomeFeedGrid(props: HomeFeedContentProps): JSX.Element {
)}
{uploadingFiles.length > 0 ? (
<DragnDropStyle>
<Box css={{ color: '$utilityTextDefault', marginTop: '$1' }}>
<Box
css={{
color: '$utilityTextDefault',
fontWeight: '800',
fontSize: '$4',
}}
>
Uploading Files...
</Box>
</DragnDropStyle>