Commit 9503de98 authored by Simon Knox's avatar Simon Knox Committed by Andrew Fontaine

Fix commit messages text color in dark mode

Changelog: fixed
parent 4fbf3bc3
...@@ -173,7 +173,7 @@ export default { ...@@ -173,7 +173,7 @@ export default {
<pre <pre
v-if="commit.description_html" v-if="commit.description_html"
:class="{ 'js-toggle-content': collapsible, 'd-block': !collapsible }" :class="{ 'js-toggle-content': collapsible, 'd-block': !collapsible }"
class="commit-row-description gl-mb-3 text-dark" class="commit-row-description gl-mb-3 gl-text-body"
v-html="commitDescription" v-html="commitDescription"
></pre> ></pre>
</div> </div>
......
---
title: Fix commit messages text color in dark mode
merge_request: 61082
author:
type: fixed
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