From cb8dfa6fd16d5839e024add9d2050a4091f46dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=99=8C?= Date: Sun, 25 Feb 2024 21:00:10 +0800 Subject: [PATCH] no message --- app/components/home.module.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index f28358c..99bd86f 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -183,7 +183,8 @@ } .chat-item-selected { - border-color: var(--primary); + // border-color: var(--primary); + border-color: #badde4; } .chat-item-title { @@ -340,4 +341,4 @@ .rtl-screen { direction: rtl; -} +} \ No newline at end of file