Skip to content

Commit

Permalink
Merge pull request #4188 from nextcloud/enh/a11y-helper-text
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jun 7, 2023
2 parents aa5daef + 5d0274e commit e4639d5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/NcInputField/NcInputField.vue
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 e4639d5

Please sign in to comment.