fix(ui): use outline for today's calendar day cell border #109
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta!109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/calendar-today-border"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Today's day cell in month view used
bg-primary/10background tint which was too subtle.Solution
Replace with
outline outline-1 -outline-offset-1 outline-primary/50so today gets a visible border on all four sides without disrupting the grid layout.