fix: 移除不必要的颜色属性,优化用户设置页面的登出按钮
This commit is contained in:
@@ -36,8 +36,8 @@ function handleItemClick(id: number) {
|
||||
button
|
||||
@click="handleItemClick(item.id)"
|
||||
>
|
||||
<div slot="start" class="bg-[#f1f1f1] dark:bg-[#2d2d2d] p-2.5 rounded-full">
|
||||
<IcBaselineNotificationsNone class="text-2xl text-[#71cc51]" />
|
||||
<div slot="start" class="bg-[#0a0a0a] dark:bg-[#f4f4f4] p-2.5 rounded-full">
|
||||
<IcBaselineNotificationsNone class="text-2xl text-[#46a724]" />
|
||||
</div>
|
||||
<div class="pl-3 w-full">
|
||||
<div class="flex items-center justify-between mb-1">
|
||||
|
||||
@@ -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