Commit f34d4f07 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '346489-dast-view-scans-dark-mode' into 'master'

Use primary text color class in on-demand scans index page

See merge request gitlab-org/gitlab!75405
parents 3c54e2af f30b3610
......@@ -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