1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-14 17:24:51 +01:00

small price on asset teaser

This commit is contained in:
Matthias Kretschmann 2020-08-05 13:33:48 +02:00
parent 9aa921c22c
commit 991a646dd7
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@
.small {
/* lazy making-conversion-smaller-with-same-markup */
transform: scale(0.7);
transform: scale(0.8);
transform-origin: left 80%;
}

View File

@ -48,7 +48,7 @@ const AssetTeaser: React.FC<AssetTeaserProps> = ({
<footer className={styles.foot}>
{price ? (
<Price price={price} />
<Price price={price} small />
) : (
<Loader message="Retrieving price..." />
)}