From 6420f615662be17e27f83caa3058606261e0db71 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Fri, 7 Apr 2023 11:23:10 +0800 Subject: [PATCH] fix: #537 delete chat button style --- app/components/home.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index da954dc1d..abef999a5 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -157,6 +157,7 @@ right: -20px; transition: all ease 0.3s; opacity: 0; + cursor: pointer; } .chat-item:hover > .chat-item-delete {