restyle Shop components
This commit is contained in:
@ -422,7 +422,7 @@ export default function Shop() {
|
||||
height: '80%',
|
||||
gap: '2vw',
|
||||
overflow: 'auto',
|
||||
paddingBottom: '7vh',
|
||||
paddingBottom: '10vh',
|
||||
paddingLeft: '5vw',
|
||||
paddingRight: '5vw',
|
||||
}}
|
||||
@ -560,6 +560,10 @@ export default function Shop() {
|
||||
transform: 'scale(1.1)',
|
||||
},
|
||||
}}
|
||||
onClick={() => {
|
||||
checkPlayerStatus(); // обновляем онлайн-статус
|
||||
loadCases(); // обновляем ТОЛЬКО кейсы
|
||||
}}
|
||||
>
|
||||
Обновить
|
||||
</Button>
|
||||
@ -658,12 +662,9 @@ export default function Shop() {
|
||||
onClose={handleCloseNotification}
|
||||
>
|
||||
<Alert
|
||||
sx={{
|
||||
background:
|
||||
'linear-gradient(71deg, #F27121 0%, #E940CD 70%, #8A2387 100%)',
|
||||
color: 'white',
|
||||
fontFamily: 'Benzin-Bold',
|
||||
}}
|
||||
onClose={handleCloseNotification}
|
||||
severity={notification.type}
|
||||
sx={{ width: '100%' }}
|
||||
>
|
||||
{notification.message}
|
||||
</Alert>
|
||||
|
||||
Reference in New Issue
Block a user