Skip to content

Commit

Permalink
fix: Use color from palette
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPalafox committed Dec 8, 2023
1 parent db8039f commit cb5d277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/register2/components/register2.scss-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
color: rgba(0, 0, 0, 0.12) !important;
}
.mat-input-element {
color: black !important;
color: $orcid-dark-primary-text !important;
}
}

Expand Down

0 comments on commit cb5d277

Please sign in to comment.