🐛 修复深色模式下扫码辨别异常

This commit is contained in:
BTMuli
2025-07-29 23:12:56 +08:00
parent 7d9ee582e2
commit 1ded3dccde

View File

@@ -23,8 +23,8 @@
class="tog-qr"
:value="codeUrl"
render-as="svg"
:background="'var(--box-bg-1)'"
foreground="var(--box-text-1)"
:background="'var(--tgc-white-1)'"
:foreground="'var(--tgc-dark-7)'"
/>
</div>
<div class="tog-bottom" @click="share()">
@@ -289,7 +289,7 @@ onUnmounted(() => {
border: 1px solid var(--common-shadow-2);
border-radius: 5px;
aspect-ratio: 1;
background: var(--box-bg-2);
background: var(--tgc-white-1);
}
.tog-qr {