Skip to content

Commit

Permalink
feat: adds styles for clearable datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-boyd committed Dec 11, 2023
1 parent 45744f8 commit 415957e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/inputs/pro/datepicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ export default {
relative
pl-0
`,
removeSelection: `
self-stretch
text-$scale
flex
items-center
ml-$spacing(-2,0,1.5)
mr-$spacing
text-$colorTemperature-700
hover:text-red-400
z-10
dark:text-$colorTemperature-300
`,
clearIcon: `
[&>svg]:w-[0.75em]
`,
panelWrapper: `
group/panel
absolute
Expand Down

0 comments on commit 415957e

Please sign in to comment.