Skip to content

Commit

Permalink
Adjust some spacing for the select options in connect wallet and stak…
Browse files Browse the repository at this point in the history
…ing comp
  • Loading branch information
DemogorGod committed Jun 30, 2023
1 parent ff11d24 commit f341909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/layouts/default-layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ onUnmounted(() =>{
<button
v-for="act in walletProviderAddresses"
:key="act.address"
class="w-full border rounded-[8px] px-[10px] py-[15px] flex items-center justify-between hover:border-blue_3"
class="w-full border rounded-[8px] px-[10px] py-[15px] flex items-center justify-between hover:border-blue_3 mb-[10px]"
@click="selectAddress(act.address), openWalletConnect = false, authFlowCardNumber = 1"
>
<div>
Expand Down
1 change: 1 addition & 0 deletions apps/web/src/pages/overview/components/Staking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ const handleDeposit = async () => {
v-for="item in formattedWalletOptions"
id="selectWalletOptionsCard"
:key="item.provider"
class="mt-[5px] mb-[10px]"
>
<div class="w-full text-[12px] text-grey_6 flex items-center gap-[8px] mb-[10px]">
<img
Expand Down

0 comments on commit f341909

Please sign in to comment.