Skip to content

Commit

Permalink
Changes color on form-field hint text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyk committed Jan 23, 2025
1 parent ddaa637 commit 2de78db
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
content: "(*Required)";
}

/* form field descriptions/hint text */
.form-builder-page-container .form-item__description {
color: var(--vads-color-gray-medium);
}

/* header */
.form-builder-header {
background-color: var(--va-blue-darkest);
Expand Down

0 comments on commit 2de78db

Please sign in to comment.