Skip to content

Commit

Permalink
Increase input field helper text contrast
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Jun 6, 2023
1 parent aa5daef commit 5d0274e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/NcInputField/NcInputField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -442,13 +442,12 @@ export default {
}
&--error {
color: var(--color-error);
color: var(--color-error-text);
}
&--success {
color: var(--color-success);
color: var(--color-success-text);
}
}
}
</style>

0 comments on commit 5d0274e

Please sign in to comment.