Skip to content

Commit

Permalink
vinvoor: remove heatmap border
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Aug 5, 2024
1 parent 8e6a721 commit 7ecab8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vinvoor/src/overview/heatmap/Heatmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export const Heatmap: FC<HeatmapProps> = ({ startDate, endDate, variant }) => {

return (
<svg
style={{ border: "1px solid black" }}
viewBox={`0 0 ${
columnCount * (RECT_SIZE(isSmallView) + SPACE(isSmallView)) +
LEFT_PAD(isSmallView)
Expand Down

0 comments on commit 7ecab8d

Please sign in to comment.