Skip to content

Commit

Permalink
fix date picker size
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoKlippa committed Sep 2, 2024
1 parent 42a2f1d commit 2c71d3e
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 2c71d3e

Please sign in to comment.