Small style fixes

This commit is contained in:
Reckless_Satoshi 2022-10-17 01:39:52 -07:00
parent b288e017a6
commit 386bb54d31
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
2 changed files with 3 additions and 2 deletions

View File

@ -260,7 +260,8 @@ const BookTable = ({
flexWrap: 'wrap',
}}
>
{currencyCode + ' '}
{currencyCode}
<div style={{ width: '0.3em' }} />
<FlagWithProps code={currencyCode} />
</div>
);

View File

@ -95,7 +95,7 @@ const TradeSummary = ({
>
<ToggleButtonGroup size='small' value={buttonValue} exclusive>
<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;
{t('Maker')}
</ToggleButton>