mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Fix width on seasonal currency
This commit is contained in:
parent
b556723c1a
commit
1547c40ff9
@ -13,7 +13,7 @@ export const SeasonalView: FC<SeasonalViewProps> = props =>
|
|||||||
const { type = -1, amount = -1 } = props;
|
const { type = -1, amount = -1 } = props;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Flex justifyContent="between" className="nitro-purse-seasonal-currency p-2 rounded">
|
<Flex fullWidth justifyContent="between" className="nitro-purse-seasonal-currency p-2 rounded">
|
||||||
<Text variant="white">{ LocalizeText(`purse.seasonal.currency.${ type }`) }</Text>
|
<Text variant="white">{ LocalizeText(`purse.seasonal.currency.${ type }`) }</Text>
|
||||||
<Flex gap={ 1 }>
|
<Flex gap={ 1 }>
|
||||||
<Text variant="white">{ LocalizeFormattedNumber(amount) }</Text>
|
<Text variant="white">{ LocalizeFormattedNumber(amount) }</Text>
|
||||||
|
Loading…
Reference in New Issue
Block a user