Skip to content

Commit 3b9b687

Browse files
committed
fix: modify dark theme
1 parent a13b57e commit 3b9b687

File tree

1 file changed

+1
-1
lines changed
  • packages/vue/src/drawer/src

1 file changed

+1
-1
lines changed

packages/vue/src/drawer/src/pc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<slot-wrapper v-if="customSlots?.footer" :node="customSlots.footer"></slot-wrapper>
9999

100100
<template v-else>
101-
<tiny-button plain class="tiny-drawer__cancel-btn" @click="handleClose('cancel')">{{
101+
<tiny-button class="tiny-drawer__cancel-btn" @click="handleClose('cancel')">{{
102102
t('ui.button.cancel')
103103
}}</tiny-button>
104104
<tiny-button type="primary" class="tiny-drawer__confirm-btn" @click="handleClose('confirm')">{{

0 commit comments

Comments
 (0)