From 59b2715058f6b7cf5b5c37e6a55a51784afffaf7 Mon Sep 17 00:00:00 2001 From: nullnyat Date: Thu, 17 Feb 2022 20:06:02 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AA=E3=83=B3=E3=83=A9=E3=82=A4=E3=83=B3?= =?UTF-8?q?=E7=8A=B6=E6=85=8B=E3=81=AE=E3=81=A8=E3=81=93=E3=82=8D=E3=81=AE?= =?UTF-8?q?=E8=89=B2=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client/src/components/user-online-indicator.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/client/src/components/user-online-indicator.vue b/packages/client/src/components/user-online-indicator.vue index a4f6f8038..a5536d4ea 100644 --- a/packages/client/src/components/user-online-indicator.vue +++ b/packages/client/src/components/user-online-indicator.vue @@ -27,19 +27,19 @@ const text = $computed(() => { border-radius: 120%; // Blinkのバグか知らんけど、100%ぴったりにすると何故か若干楕円でレンダリングされる &.online { - background: #58d4c9; + background: #96E7E7; } &.active { - background: #e4bc48; + background: #E7E7B0; } &.offline { - background: #ea5353; + background: #FF9D9D; } &.unknown { - background: #888; + background: #4F5766; } }