Skip to content

Commit

Permalink
fix(ui): improve playground error message readability (#4278)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Oct 11, 2023
1 parent 938999e commit 15575d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/PlaygroundView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,10 @@ function handleNetworkSelect(value) {
/>
<BaseBlock
v-if="strategyError"
class="mt-3 overflow-x-auto"
style="border-color: red !important"
>
<BaseIcon name="warning" class="mr-2 !text-red" />
<span class="!text-red"> {{ strategyError }}</span>
<pre class="!text-red whitespace-pre-wrap"> {{ strategyError }}</pre>
</BaseBlock>
</BaseBlock>
<BaseBlock :title="$t('addresses')">
Expand Down

1 comment on commit 15575d9

@vercel
Copy link

@vercel vercel bot commented on 15575d9 Oct 11, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.