diff --git a/src/index.css b/src/index.css index e21b3c6..ac85116 100644 --- a/src/index.css +++ b/src/index.css @@ -6,7 +6,7 @@ .sidebar-icon { @apply relative flex items-center justify-center h-12 w-12 mt-2 mb-2 mx-auto - text-green-500 hover:bg-green-600 bg-gray-800 + text-blue-500 hover:bg-blue-600 bg-gray-800 rounded-3xl hover:rounded-xl transition-all duration-300 ease-linear cursor-pointer; }