Commit f09b50ba authored by Simon Knox's avatar Simon Knox

Merge branch 'fix-dark-mode-source-graph' into 'master'

Fix file count text color in dark mode

See merge request gitlab-org/gitlab!68419
parents c8fa2f9a c65f33b4
......@@ -62,8 +62,8 @@ export default {
</div>
<div v-else class="diff-stats-contents">
<div v-if="hasDiffFiles" class="diff-stats-group">
<gl-icon name="doc-code" class="diff-stats-icon text-secondary" />
<span class="text-secondary bold">{{ diffFilesCountText }} {{ filesText }}</span>
<gl-icon name="doc-code" class="diff-stats-icon gl-text-gray-500" />
<span class="gl-text-gray-500 bold">{{ diffFilesCountText }} {{ filesText }}</span>
</div>
<div
class="diff-stats-group gl-text-green-600 gl-display-flex gl-align-items-center"
......
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