From f96e4f0253f636594e18955f353e9a62d92f4419 Mon Sep 17 00:00:00 2001 From: Aditya <114663382+AaadityaG@users.noreply.github.com> Date: Sun, 24 Dec 2023 13:06:40 +0530 Subject: [PATCH] fix: hovering (#1320) --- src/components/Suggestions/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Suggestions/index.css b/src/components/Suggestions/index.css index 044b881a5..88648d423 100644 --- a/src/components/Suggestions/index.css +++ b/src/components/Suggestions/index.css @@ -140,4 +140,7 @@ .top-margin { margin-top: 5rem; } + .suggestion-user-list-item, .suggestion-user-img, .suggestion-user-name{ + cursor: pointer; + } }