mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
updated font for uploading files
This commit is contained in:
parent
96ae67ebf3
commit
b83bef7bc0
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue