Commit 3e00ac3f authored by Yogi's avatar Yogi Committed by Kushal Pandya

Remove gl-text-black-normal from detailed metric which is not visible in dark...

Remove gl-text-black-normal from detailed metric which is not visible in dark mode on performance bar
parent 62fd4967
......@@ -109,7 +109,7 @@ export default {
<div
v-for="(key, keyIndex) in keys"
:key="key"
class="break-word gl-text-black-normal"
class="break-word"
:class="{ 'mb-3 bold': keyIndex == 0 }"
>
{{ item[key] }}
......
---
title: Remove gl-text-black-normal from detailed metric which is not visible in dark
mode
merge_request: 53563
author: Yogi (@yo)
type: other
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