Skip to content

Commit 43f5275

Browse files
committed
Fix checkmark position, correct changelog date
1 parent 61c83cf commit 43f5275

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 2.5.2: 2026-04-06
1+
### 2.5.2: 2026-04-08
22

33
* Green border and checkmark overlay on past success days in savings streak
44

src/styles/modules/savings-streak.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,12 @@
8484
content: "";
8585
position: absolute;
8686
left: 50%;
87-
top: 40%;
87+
top: calc(40% + 1px);
8888
width: 0.25rem;
8989
height: 0.5rem;
9090
border: solid var(--positive);
9191
border-width: 0 2px 2px 0;
9292
transform: translate(-50%, -50%) rotate(45deg);
93-
margin-bottom: -1px;
9493
}
9594

9695
@keyframes streak-pulse {

0 commit comments

Comments
 (0)