fix trade form icon loading position

This commit is contained in:
saml33 2023-04-26 12:54:55 +10:00
parent f84a0c87c5
commit 9609a2bd27
1 changed files with 2 additions and 2 deletions

View File

@ -516,7 +516,7 @@ const AdvancedTradeForm = () => {
<Image alt="" width="20" height="20" src={quoteLogoURI} />
</div>
) : (
<div className="h-5 w-5 flex-shrink-0">
<div className={INPUT_PREFIX_CLASSNAMES}>
<QuestionMarkCircleIcon className="h-5 w-5 text-th-fgd-3" />
</div>
)}
@ -581,7 +581,7 @@ const AdvancedTradeForm = () => {
<Image alt="" width="20" height="20" src={quoteLogoURI} />
</div>
) : (
<div className="h-5 w-5 flex-shrink-0">
<div className={INPUT_PREFIX_CLASSNAMES}>
<QuestionMarkCircleIcon className="h-5 w-5 text-th-fgd-3" />
</div>
)}