fix font size

This commit is contained in:
Belle 2024-08-29 01:26:36 +08:00
parent b835d167c4
commit a03bef5e6e

View file

@ -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>