Skip to content

Commit

Permalink
feat(bridge-ui-v2): update the style of switch chain button (#14518)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodino committed Aug 16, 2023
1 parent 89b8a86 commit 6099842
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</script>

<button
class="f-center rounded-full bg-secondary-icon w-[30px] h-[30px] hover:bg-tertiary-interactive-hover"
class="f-center rounded-full w-[30px] h-[30px]"
disabled={!$destNetwork}
on:click={switchToDestChain}>
<Icon type="up-down" class="rotate-90" />
Expand Down

0 comments on commit 6099842

Please sign in to comment.