Skip to content

Commit

Permalink
Merge pull request #49 from klippa-app/fix-date-picker-size
Browse files Browse the repository at this point in the history
fix date picker size
  • Loading branch information
wouter-willems authored Sep 2, 2024
2 parents 42a2f1d + 2c71d3e commit 34c70ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/klippa/ngx-enhancy-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klippa/ngx-enhancy-forms",
"version": "18.22.1",
"version": "18.22.2",
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
min-height: 40px;
font-size: 14px;
color: #888da8;
width: 100%;
}

.mat-mdc-form-field-icon-suffix {
Expand Down Expand Up @@ -97,7 +98,8 @@
position: relative;
border-radius: 2px;
color: #888da8;
.placeholderForMultipleSelection {
.placeholderForMultipleSelection,
.placeholderForSelection {
color: $default-gray-faded-dark;
}
&.showErrors {
Expand Down

0 comments on commit 34c70ba

Please sign in to comment.