We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59ba9a commit 43eed26Copy full SHA for 43eed26
ui/pages/swaps/prepare-swap-page/index.scss
@@ -133,10 +133,10 @@
133
134
&__from-token-amount {
135
border: 0;
136
- outline: none;
+ margin-right: -4px;
137
138
input {
139
- padding-right: 0;
+ padding-right: 4px;
140
text-align: right;
141
font-weight: var(--typography-s-heading-lg-font-weight);
142
font-size: var(--typography-s-heading-lg-font-size);
ui/pages/swaps/prepare-swap-page/prepare-swap-page.js
@@ -893,6 +893,7 @@ export default function PrepareSwapPage({
893
display={DISPLAY.FLEX}
894
justifyContent={JustifyContent.spaceBetween}
895
alignItems={AlignItems.center}
896
+ gap={4}
897
>
898
<SelectedToken
899
onClick={onSwapFromOpen}
0 commit comments