Skip to content

Commit

Permalink
fix(theme): select & date field sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Dec 21, 2022
1 parent 2836a11 commit ce0d561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/lib/DateField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

.junipero.date-field
display: inline-flex
width: 250px
min-width: 250px

&.disabled
opacity: .5
Expand Down
1 change: 1 addition & 0 deletions packages/theme/lib/SelectField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
background: transparent
padding: 0
cursor: default
flex: 1

&::placeholder
color: var(--placeholder-color)
Expand Down

0 comments on commit ce0d561

Please sign in to comment.