Skip to content

Commit

Permalink
Merge pull request #533 from cowprotocol/release/1.14.0-RC.1
Browse files Browse the repository at this point in the history
Release 1.14-RC.1
  • Loading branch information
alfetopito authored May 5, 2022
2 parents b38af93 + bfc1a1f commit 97ef6aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function FailedNetworkSwitchPopup({
<AlertCircle color={isUnsupportedNetwork ? theme.red3 : theme.red1} size={24} />
</div>
<AutoColumn gap="8px">
<ThemedText.Body fontWeight={500} color={isUnsupportedNetwork ? theme.text2 : 'initial'}>
<ThemedText.Body fontWeight={500} color={isUnsupportedNetwork ? theme.text2 : theme.text1}>
<Trans>
{isUnsupportedNetwork
? `Please connect your wallet to one of the supported networks: Ethereum Mainnet or Gnosis Chain.`
Expand Down

0 comments on commit 97ef6aa

Please sign in to comment.