paint buttons / minor change

This commit is contained in:
aurinex
2025-07-21 15:17:21 +05:00
parent 212b58c072
commit 932d867505
7 changed files with 150 additions and 19 deletions

View File

@ -221,9 +221,18 @@ export default function Marketplace() {
</Typography>
<Button
variant="contained"
color="primary"
onClick={checkPlayerStatus}
sx={{ mt: 2 }}
sx={{
mt: '1%',
borderRadius: '20px',
p: '10px 25px',
color: 'white',
backgroundColor: 'rgb(255, 77, 77)',
'&:hover': {
backgroundColor: 'rgba(255, 77, 77, 0.5)',
},
fontFamily: 'Benzin-Bold',
}}
>
Проверить снова
</Button>