Skip to content

Commit

Permalink
Merge pull request #1516 from PrefectHQ/fix-p-date-range-select-small
Browse files Browse the repository at this point in the history
Fix PDateRangeSelect height inconsistencies when using size sm
  • Loading branch information
pleek91 authored Nov 15, 2024
2 parents dc28fa1 + f00cb4a commit f3fa3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DateRangeSelect/PDateRangeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
variants: {
size: {
default: 'h-10',
sm: 'h-7',
sm: 'h-[30px]',
},
},
})
Expand Down

0 comments on commit f3fa3fa

Please sign in to comment.