diff --git a/src/views/Create.vue b/src/views/Create.vue index 9996ba6..7713f31 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -68,8 +68,8 @@ @keydown="autoSizeDescription" @keyup="onDescChange" /> -

- * {{ t('forms', 'Mandatory fields') }} +

+ * {{ t('forms', 'Mandatory questions') }}

@@ -413,6 +413,10 @@ export default { padding-bottom: 20px; resize: none; } + + .info-mandatory { + color: var(--color-text-maxcontrast); + } } .empty-content__button { diff --git a/src/views/Submit.vue b/src/views/Submit.vue index d000bb6..88b07df 100644 --- a/src/views/Submit.vue +++ b/src/views/Submit.vue @@ -32,8 +32,8 @@ {{ form.description }}

-

- * {{ t('forms', 'Mandatory fields') }} +

+ * {{ t('forms', 'Mandatory questions') }}

@@ -205,6 +205,10 @@ export default { padding-bottom: 20px; resize: none; } + + .info-mandatory { + color: var(--color-text-maxcontrast); + } } form {