mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-04-24 03:00:09 -04:00
style: fix player stats bar on mobile
This commit is contained in:
committed by
Scott Stevenson
parent
23048c3625
commit
17ce0455f9
@@ -121,7 +121,7 @@ export const PlayerStatsBar = () => {
|
||||
alt="XP"
|
||||
boxSize="1.5rem"
|
||||
/>
|
||||
<Text color="#FFF" lineHeight={2} fontSize={20}>
|
||||
<Text color="#FFF" lineHeight={2}>
|
||||
{Math.trunc(player.totalXP).toLocaleString()}
|
||||
</Text>
|
||||
</HStack>
|
||||
@@ -140,7 +140,7 @@ export const PlayerStatsBar = () => {
|
||||
alt="Seed"
|
||||
boxSize="1.5rem"
|
||||
/>
|
||||
<Text color="#FFF" lineHeight={2} fontSize={20}>
|
||||
<Text color="#FFF" lineHeight={2}>
|
||||
{parseInt(
|
||||
amountToDecimal(pSeedBalance || '0', 18),
|
||||
10,
|
||||
|
||||
Reference in New Issue
Block a user