Skip to content

Commit b08631c

Browse files
authored
MEED-9204 Change placeholder color for the CKEditor (#449) (#450)
1 parent 49d088d commit b08631c

File tree

1 file changed

+1
-1
lines changed
  • processes-webapp/src/main/webapp/vue-app/processes/components/commons

1 file changed

+1
-1
lines changed

processes-webapp/src/main/webapp/vue-app/processes/components/commons/CustomCounter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
return this.toPlainText(this.value).length <= this.maxLength;
3131
},
3232
textColor() {
33-
return this.validLength ? 'grey--text custom-counter': 'red--text custom-counter';
33+
return this.validLength ? 'text-sub-title custom-counter': 'red--text custom-counter';
3434
},
3535
iconColor() {
3636
return this.validLength ? 'green': 'red';

0 commit comments

Comments
 (0)