Use medium font size for 'select an asset' label (#312)
This commit is contained in:
parent
1ff38bcbef
commit
932dcf7eb4
|
@ -44,7 +44,7 @@ const SelectedToken = ({ tokenAddress, tokens, classes }: SelectedTokenProps) =>
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Paragraph color="disabled" size="lg" weight="light" style={{ opacity: 0.5 }}>
|
<Paragraph color="disabled" size="md" weight="light" style={{ opacity: 0.5 }}>
|
||||||
Select an asset*
|
Select an asset*
|
||||||
</Paragraph>
|
</Paragraph>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue