Skip to content

Commit 7bdd84b

Browse files
Improve Tailwind compatibility
1 parent 50ae41c commit 7bdd84b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Next
4+
- Improve Tailwind compatibility
5+
36
## 2.2.2 - 2022 Nov 10
47
- Fix accessibility hints
58
- Improve Tailwind compatibility

src/lib/DatePicker.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
border-color: var(--date-picker-highlight-border, #0269f7)
384384
box-shadow: 0px 0px 0px 2px var(--date-picker-highlight-shadow, rgba(#0269f7, 0.4))
385385
select:not(.dummy-select)
386-
border-radius: 100px
386+
opacity: 0
387387
select
388388
font-size: inherit
389389
font-family: inherit

0 commit comments

Comments
 (0)