mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
feat(exchangrate muted): fix style.
This commit is contained in:
@@ -49,7 +49,7 @@ export function ExchangeRateMutedField({
|
|||||||
1 {fromCurrency} = {exchangeRate} {toCurrency}
|
1 {fromCurrency} = {exchangeRate} {toCurrency}
|
||||||
<Button
|
<Button
|
||||||
className={Classes.MINIMAL}
|
className={Classes.MINIMAL}
|
||||||
rightIcon={<Icon icon="pen-18" />}
|
rightIcon={<Icon icon="pen-18" iconSize={14} />}
|
||||||
small={true}
|
small={true}
|
||||||
/>
|
/>
|
||||||
</ExchangeRateButton>
|
</ExchangeRateButton>
|
||||||
@@ -70,7 +70,7 @@ const ExchangeRateButton = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 500;
|
font-weight: 400;
|
||||||
color: #0d244a;
|
color: #0d244a;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user