Skip to content

Commit

Permalink
fix(release): datepicker hover update (#1851)
Browse files Browse the repository at this point in the history
Updating the hover color for datepicker in momentum for visibility
  • Loading branch information
cormacmchale1 authored Dec 13, 2024
1 parent 391492c commit 6e34bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const datepicker = {
hover: {
"bg-color": {
light: colors.gray[20].name,
dark: colors.gray[70].name
dark: colors.gray[90].name
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const datepicker = {
hover: {
"bg-color": {
light: colors.gray[20].name,
dark: colors.gray[70].name
dark: colors.gray[90].name
}
}
},
Expand Down

0 comments on commit 6e34bae

Please sign in to comment.