From 369e0591ac560b4ad931ee53bb598fadef6fa70f Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Thu, 3 Apr 2025 14:14:48 -0500 Subject: [PATCH] fix(client): heatmap button size (#59576) --- client/src/components/profile/components/heat-map.tsx | 3 ++- client/src/components/profile/components/heatmap.css | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/client/src/components/profile/components/heat-map.tsx b/client/src/components/profile/components/heat-map.tsx index d519b3727de..babb03bbe76 100644 --- a/client/src/components/profile/components/heat-map.tsx +++ b/client/src/components/profile/components/heat-map.tsx @@ -146,6 +146,7 @@ class HeatMapInner extends Component { /> + - + ); diff --git a/client/src/components/profile/components/heatmap.css b/client/src/components/profile/components/heatmap.css index 3971e609a63..660ad2d5088 100644 --- a/client/src/components/profile/components/heatmap.css +++ b/client/src/components/profile/components/heatmap.css @@ -1,5 +1,7 @@ .heatmap-nav-btn { margin: 0 20px; + width: 44px; + height: 44px; } .react-calendar-heatmap-month-label {