fix: modify dark theme (#3240)

This commit is contained in:
James 2025-04-03 00:09:39 -07:00 committed by GitHub
parent 9e49e76227
commit c1abbc805b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@
<slot-wrapper v-if="customSlots?.footer" :node="customSlots.footer"></slot-wrapper>
<template v-else>
<tiny-button plain class="tiny-drawer__cancel-btn" @click="handleClose('cancel')">{{
<tiny-button class="tiny-drawer__cancel-btn" @click="handleClose('cancel')">{{
t('ui.button.cancel')
}}</tiny-button>
<tiny-button type="primary" class="tiny-drawer__confirm-btn" @click="handleClose('confirm')">{{