Commit 07a1830d authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '336976-remove-text-secondary' into 'master'

Remove class to fix dark mode readability

See merge request gitlab-org/gitlab!68057
parents ccf18d8d d85dee9f
......@@ -47,7 +47,7 @@ export default {
<div v-for="(field, key, index) in filteredModalData" :key="index" class="row gl-mt-3 gl-mb-3">
<strong class="col-sm-3 text-right"> {{ field.text }}: </strong>
<div class="col-sm-9 text-secondary">
<div class="col-sm-9">
<code-block v-if="field.type === $options.fieldTypes.codeBlock" :code="field.value" />
<gl-link
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment