We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d088d commit b08631cCopy full SHA for b08631c
processes-webapp/src/main/webapp/vue-app/processes/components/commons/CustomCounter.vue
@@ -30,7 +30,7 @@ export default {
30
return this.toPlainText(this.value).length <= this.maxLength;
31
},
32
textColor() {
33
- return this.validLength ? 'grey--text custom-counter': 'red--text custom-counter';
+ return this.validLength ? 'text-sub-title custom-counter': 'red--text custom-counter';
34
35
iconColor() {
36
return this.validLength ? 'green': 'red';
0 commit comments