Skip to content

Commit

Permalink
Merge pull request #4196 from nextcloud/revert/4189
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal committed Jun 7, 2023
2 parents cec2e8a + b064821 commit 8d2ba00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/NcInputField/NcInputField.vue
Expand Up @@ -424,12 +424,13 @@ export default {
}
&--error {
color: var(--color-error-text);
color: var(--color-error);
}
&--success {
color: var(--color-success-text);
color: var(--color-success);
}
}
}
</style>

0 comments on commit 8d2ba00

Please sign in to comment.