Skip to content

Commit

Permalink
feat: add hover to calendar-day
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Jan 28, 2025
1 parent fa071f4 commit 446f0a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/core/src/components/datetime/datetime.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
background-color: var(--color-brand-secondary-regular);
color: var(--color-neutral-white);
}

&::part(calendar-day) {
&:hover {
background-color: var(--color-neutral-light-4);
}
}
}

.atom-item {
Expand Down

0 comments on commit 446f0a0

Please sign in to comment.