From 38d3703484aa38e5008dea25cf6a386248e2650a Mon Sep 17 00:00:00 2001 From: nullnyat Date: Sat, 19 Feb 2022 17:09:57 +0900 Subject: [PATCH] =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=81=AE=E8=89=B2=E5=A4=89?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/components/ui/menu.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/client/src/components/ui/menu.vue b/packages/client/src/components/ui/menu.vue index a93cc8cda..86d34dd27 100644 --- a/packages/client/src/components/ui/menu.vue +++ b/packages/client/src/components/ui/menu.vue @@ -163,13 +163,13 @@ function focusDown() { } &.danger { - color: #ff2a2a; + color: #FF9D9D; &:hover { color: #fff; &:before { - background: #ff4242; + background: #FF9D9D; } } @@ -177,7 +177,7 @@ function focusDown() { color: #fff; &:before { - background: #d42e2e; + background: #FF9D9D; } } }