Skip to content

Commit

Permalink
Merge pull request #984 from AbleKSaju/fix-date
Browse files Browse the repository at this point in the history
fix: update date input calendar icon
  • Loading branch information
akshayitzme authored Oct 22, 2024
2 parents bf78475 + e79b75d commit d7aeaeb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ html.dark {
background-color: theme('colors.gray.900');
}

input[type='number']::-webkit-inner-spin-button {
appearance: none;
html.dark input[type='date']::-webkit-calendar-picker-indicator {
background-color: transparent;
color-scheme: dark;
}

input[type='date']::-webkit-calendar-picker-indicator {
background-color: theme('colors.gray.900');
input[type='number']::-webkit-inner-spin-button {
appearance: none;
}

.window-drag {
Expand Down

0 comments on commit d7aeaeb

Please sign in to comment.