Skip to content

Commit

Permalink
Merge pull request #45 from klippa-app/fix-radio-colors
Browse files Browse the repository at this point in the history
Fixed text colors
  • Loading branch information
wouter-willems authored Apr 8, 2024
2 parents 65b51ea + 389edd4 commit 0586651
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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": "14.17.11",
"version": "14.17.12",
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
.nameAndDescription {
text-align: left;
line-height: 1.1rem;
color: $default-dark
}
.description {
margin-top: 0.2rem;
opacity: 0.6;
color: $default-text-color,;
color: $default-text-color;
}

0 comments on commit 0586651

Please sign in to comment.