From afea990bb38c88f2f693a0bdbad38d7e737435ec Mon Sep 17 00:00:00 2001 From: hakadao Date: Tue, 18 Jun 2024 00:56:00 +0800 Subject: [PATCH] refactor: update logout button color to match error color --- src/components/TopBar/components/UserPanelPop.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TopBar/components/UserPanelPop.vue b/src/components/TopBar/components/UserPanelPop.vue index ff3fbf1e..3971f1c7 100644 --- a/src/components/TopBar/components/UserPanelPop.vue +++ b/src/components/TopBar/components/UserPanelPop.vue @@ -179,6 +179,6 @@ async function logout() { } #logout { - --uno: "text-red-400 important:block px-4 py-2 rounded-$bew-radius duration-300 cursor-pointer hover:bg-$bew-fill-2"; + --uno: "text-$bew-error-color important:block px-4 py-2 rounded-$bew-radius duration-300 cursor-pointer hover:bg-$bew-fill-2"; }