diff --git a/src/components/ExchangeRate/ExchangeRateMutedField.js b/src/components/ExchangeRate/ExchangeRateMutedField.js
index 498927ee3..90a429620 100644
--- a/src/components/ExchangeRate/ExchangeRateMutedField.js
+++ b/src/components/ExchangeRate/ExchangeRateMutedField.js
@@ -49,7 +49,7 @@ export function ExchangeRateMutedField({
1 {fromCurrency} = {exchangeRate} {toCurrency}
}
+ rightIcon={}
small={true}
/>
@@ -70,7 +70,7 @@ const ExchangeRateButton = styled.div`
display: flex;
align-items: center;
font-size: 13px;
- font-weight: 500;
+ font-weight: 400;
color: #0d244a;
`;