fix: 移除不必要的颜色属性,优化用户设置页面的登出按钮

This commit is contained in:
2026-01-08 00:41:48 +07:00
parent 6a0077b14c
commit cb120c6592
2 changed files with 3 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ function handleCopyUid() {
<!-- Action Buttons -->
<div class="mt-10">
<ion-button expand="block" color="tertiary" @click="handleSignOut">
<ion-button expand="block" @click="handleSignOut">
Sign Out
</ion-button>
</div>