fix: 移除不必要的颜色属性,优化用户设置页面的登出按钮
This commit is contained in:
@@ -36,8 +36,8 @@ function handleItemClick(id: number) {
|
|||||||
button
|
button
|
||||||
@click="handleItemClick(item.id)"
|
@click="handleItemClick(item.id)"
|
||||||
>
|
>
|
||||||
<div slot="start" class="bg-[#f1f1f1] dark:bg-[#2d2d2d] p-2.5 rounded-full">
|
<div slot="start" class="bg-[#0a0a0a] dark:bg-[#f4f4f4] p-2.5 rounded-full">
|
||||||
<IcBaselineNotificationsNone class="text-2xl text-[#71cc51]" />
|
<IcBaselineNotificationsNone class="text-2xl text-[#46a724]" />
|
||||||
</div>
|
</div>
|
||||||
<div class="pl-3 w-full">
|
<div class="pl-3 w-full">
|
||||||
<div class="flex items-center justify-between mb-1">
|
<div class="flex items-center justify-between mb-1">
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ function handleCopyUid() {
|
|||||||
|
|
||||||
<!-- Action Buttons -->
|
<!-- Action Buttons -->
|
||||||
<div class="mt-10">
|
<div class="mt-10">
|
||||||
<ion-button expand="block" color="tertiary" @click="handleSignOut">
|
<ion-button expand="block" @click="handleSignOut">
|
||||||
Sign Out
|
Sign Out
|
||||||
</ion-button>
|
</ion-button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user