From b37a0519a8357d174659357ced42a9c3eebb8054 Mon Sep 17 00:00:00 2001 From: Sailaja Adapa <161804629+sailaja-adapa@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:56:20 +0530 Subject: [PATCH] Update App.css --- frontend/src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 455044c5..63692368 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1,6 +1,6 @@ .sidebar-content { padding: 10px; - cursor: pointer; + cursor: pointer; transition: background-color 0.2s; }