Skip to content

Commit

Permalink
fix(script): adapt the tabs border color to dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and ni00 committed Aug 3, 2023
1 parent 1bce3e4 commit 9edd092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MsgLeftItem.vue
Expand Up @@ -60,7 +60,7 @@
</p>
</div>
<pre v-if="!hightlight">{{ payload }}</pre>
<pre v-else><code class="language-js line-numbers" >{{ payload }}</code></pre>
<pre v-else><code class="language-js" >{{ payload }}</code></pre>
</div>
<p class="left-time time">{{ createAt }}</p>
</div>
Expand Down
3 changes: 3 additions & 0 deletions src/views/script/index.vue
Expand Up @@ -603,5 +603,8 @@ message Person {
padding-bottom: 10px;
}
@include editor-lang-type;
.el-tabs__nav-wrap::after {
background-color: var(--color-border-default);
}
}
</style>

0 comments on commit 9edd092

Please sign in to comment.