Skip to content

Commit

Permalink
feat(bridge-ui-v2): update the style of chain selector (#14517)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino committed Aug 16, 2023
1 parent 6099842 commit 35ef27d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<Icon type="x-close" fillClass="fill-secondary-icon" size={24} />
</button>
<h3 class="title-body-bold mb-[20px]">{$t('chain_selector.placeholder')}</h3>
<ul role="menu" class="space-y-4">
<ul role="menu">
{#each chains as chain (chain.id)}
{@const disabled = chain.id === value?.id}
<li
Expand All @@ -151,7 +151,7 @@
</i>
<span class="body-bold">{chain.name}</span>
</div>
<span class="body-regular">{chain.network}</span>
<span class="f-items-center body-regular">{chain.network}</span>
</div>
</li>
{/each}
Expand Down

1 comment on commit 35ef27d

@vercel
Copy link

@vercel vercel bot commented on 35ef27d Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2 – ./packages/bridge-ui-v2

bridge-ui-v2-git-main-taikoxyz.vercel.app
taiko-mono-bridge-ui-v2.vercel.app
bridge-ui-v2-taikoxyz.vercel.app

Please sign in to comment.