Small style fixes

This commit is contained in:
Reckless_Satoshi
2022-10-17 01:39:52 -07:00
parent b288e017a6
commit 386bb54d31
2 changed files with 3 additions and 2 deletions

View File

@ -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>
); );

View File

@ -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} />
&nbsp; &nbsp;
{t('Maker')} {t('Maker')}
</ToggleButton> </ToggleButton>