We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eaab15 commit 6cc2c11Copy full SHA for 6cc2c11
1 file changed
apps/frontend/src/app/3_organisms/ERC20BridgeDialog/components/SendFlow/components/AmountScreen.tsx
@@ -121,6 +121,7 @@ export const AmountScreen: React.FC = () => {
121
className="w-full mb-0 max-w-full"
122
placeholder="0"
123
/>
124
+
125
<div className="flex justify-end text-tiny text-gray-30 mt-1">
126
<AmountRenderer value={usdValue} suffix={USD} />
127
</div>
0 commit comments