fix: 移除不必要的颜色属性,优化用户设置页面的登出按钮
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user