mirror of
https://github.com/RoboSats/robosats.git
synced 2025-08-03 17:20:13 +00:00
Small style fixes
This commit is contained in:
@ -260,7 +260,8 @@ const BookTable = ({
|
|||||||
flexWrap: 'wrap',
|
flexWrap: 'wrap',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{currencyCode + ' '}
|
{currencyCode}
|
||||||
|
<div style={{ width: '0.3em' }} />
|
||||||
<FlagWithProps code={currencyCode} />
|
<FlagWithProps code={currencyCode} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@ -95,7 +95,7 @@ const TradeSummary = ({
|
|||||||
>
|
>
|
||||||
<ToggleButtonGroup size='small' value={buttonValue} exclusive>
|
<ToggleButtonGroup size='small' value={buttonValue} exclusive>
|
||||||
<ToggleButton value={0} disableRipple={true} onClick={() => setButtonValue(0)}>
|
<ToggleButton value={0} disableRipple={true} onClick={() => setButtonValue(0)}>
|
||||||
<RobotAvatar style={{ height: 24, width: 24 }} nickname={makerNick} />
|
<RobotAvatar style={{ height: 28, width: 28 }} nickname={makerNick} />
|
||||||
|
|
||||||
{t('Maker')}
|
{t('Maker')}
|
||||||
</ToggleButton>
|
</ToggleButton>
|
||||||
|
Reference in New Issue
Block a user