feat(exchangrate muted): fix style.

This commit is contained in:
elforjani13
2022-03-08 12:05:37 +02:00
parent 4f630d8365
commit 0f4176ae79

View File

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