From 2da9dda3af2aec7f016c8d45850a4ecdaca5276b Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sun, 23 Nov 2025 12:22:09 +0800 Subject: [PATCH] Fixed extra lines under heatmap --- CHANGELOG.md | 2 ++ styles/components/heatmap.ts | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be1a4d..9592f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,3 +5,5 @@ ##### Template File ### 🐞 Fix + +- Fixed extra lines under heatmap. \ No newline at end of file diff --git a/styles/components/heatmap.ts b/styles/components/heatmap.ts index d089086..63aa6f7 100644 --- a/styles/components/heatmap.ts +++ b/styles/components/heatmap.ts @@ -69,6 +69,9 @@ export const heatmap = css` // 动态 export const activity = css` + .activity-heatmap-container + .divider:not(.divider-text) { + border-color: #0000; + } .flex-list#activity-feed { border-radius: 12px; box-shadow: ${themeVars.github.shadow.floating.small};