Skip to content

Commit

Permalink
fix(ui): improve playground error message readability
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Oct 11, 2023
1 parent 938999e commit b9d2c05
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

0 comments on commit b9d2c05

Please sign in to comment.