Commit d85dee9f authored by mfluharty's avatar mfluharty

Remove class to fix dark mode readability

Remove unnecessary text-secondary class from fields
in unit test summary MR widget details modal
to make them visible/readable in dark mode

Changelog: fixed
parent 504100bd
......@@ -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