Use primary text color class

parent a7ce1ba9
......@@ -139,7 +139,7 @@ export default {
tableFields() {
return this.fields.map((field) => ({
...field,
class: ['gl-text-black-normal'],
class: ['gl-text-primary'],
thClass: ['gl-bg-transparent!', 'gl-white-space-nowrap'],
}));
},
......
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