mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
fix font size
This commit is contained in:
parent
b835d167c4
commit
a03bef5e6e
1 changed files with 1 additions and 1 deletions
|
|
@ -1204,7 +1204,7 @@ const Vote = () => {
|
|||
py: 2
|
||||
}}
|
||||
>
|
||||
<Text variant="subtitle" sx={{ m: 0, color: '#35290F' }}>
|
||||
<Text variant="subtitle" sx={{ m: 0, color: '#35290F', fontSize: [1, 2] }}>
|
||||
{' '}
|
||||
Ship {currentView + 1}/{projectCount}
|
||||
</Text>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue