Skip to content

Commit ed036e5

Browse files
committed
adjust heatmap chart dimensions for better responsiveness
1 parent 9112a53 commit ed036e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/ContributionHeatmap.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ const ContributionHeatmap: React.FC<ContributionHeatmapProps> = ({
298298
options={options}
299299
series={heatmapSeries}
300300
type="heatmap"
301-
height={isCompact ? 180 : 220}
301+
height={isCompact ? 160 : 200}
302302
width="100%"
303303
/>
304304
</div>

0 commit comments

Comments
 (0)