Skip to content

Commit

Permalink
Merge pull request #4189 from nextcloud/backport/4188/stable7
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jun 7, 2023
2 parents 5709ed8 + 678e0f4 commit c74d2c9
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 @@ -424,13 +424,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 c74d2c9

Please sign in to comment.