mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
Small style fixes
This commit is contained in:
parent
b288e017a6
commit
386bb54d31
@ -260,7 +260,8 @@ const BookTable = ({
|
||||
flexWrap: 'wrap',
|
||||
}}
|
||||
>
|
||||
{currencyCode + ' '}
|
||||
{currencyCode}
|
||||
<div style={{ width: '0.3em' }} />
|
||||
<FlagWithProps code={currencyCode} />
|
||||
</div>
|
||||
);
|
||||
|
@ -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} />
|
||||
|
||||
{t('Maker')}
|
||||
</ToggleButton>
|
||||
|
Loading…
Reference in New Issue
Block a user