We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c83cf commit 43f5275Copy full SHA for 43f5275
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-### 2.5.2: 2026-04-06
+### 2.5.2: 2026-04-08
2
3
* Green border and checkmark overlay on past success days in savings streak
4
src/styles/modules/savings-streak.css
@@ -84,13 +84,12 @@
84
content: "";
85
position: absolute;
86
left: 50%;
87
- top: 40%;
+ top: calc(40% + 1px);
88
width: 0.25rem;
89
height: 0.5rem;
90
border: solid var(--positive);
91
border-width: 0 2px 2px 0;
92
transform: translate(-50%, -50%) rotate(45deg);
93
- margin-bottom: -1px;
94
}
95
96
@keyframes streak-pulse {
0 commit comments