Skip to content

Commit d562d19

Browse files
committed
fix: middle day background color
1 parent bbd719a commit d562d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bitkit/Components/Activity/DateRangeSelectorSheet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ struct CalendarDayView: View {
284284
} else {
285285
// Middle of range
286286
Rectangle()
287-
.fill(Color.brandAccent.opacity(0.3))
287+
.fill(Color.brand16)
288288
}
289289
}
290290

0 commit comments

Comments
 (0)