diff --git a/ee/app/assets/javascripts/dependencies/components/dependencies_table.vue b/ee/app/assets/javascripts/dependencies/components/dependencies_table.vue
index 57677861fc91809007b6ce6aedbdb60c4b431fa5..24354451df788e27a3825ef70dc5a933295e9a26 100644
--- a/ee/app/assets/javascripts/dependencies/components/dependencies_table.vue
+++ b/ee/app/assets/javascripts/dependencies/components/dependencies_table.vue
@@ -85,8 +85,6 @@ export default {
 </script>
 
 <template>
-  <!-- tbody- and thead-class props can be removed when
-    https://gitlab.com/gitlab-org/gitlab/-/issues/213324 is fixed -->
   <gl-table
     :fields="$options.fields"
     :items="localDependencies"
@@ -94,8 +92,6 @@ export default {
     data-qa-selector="dependencies_table_content"
     details-td-class="pt-0"
     stacked="md"
-    thead-class="gl-text-gray-900"
-    tbody-class="gl-text-gray-900"
   >
     <!-- toggleDetails and detailsShowing are scoped slot props provided by
       GlTable; they mutate/read the item's _showDetails property, which GlTable
diff --git a/ee/changelogs/unreleased/undo-dependency-list-table-styling.yml b/ee/changelogs/unreleased/undo-dependency-list-table-styling.yml
new file mode 100644
index 0000000000000000000000000000000000000000..04855dd264a840318e098e546efcc882e5facea1
--- /dev/null
+++ b/ee/changelogs/unreleased/undo-dependency-list-table-styling.yml
@@ -0,0 +1,5 @@
+---
+title: Use standard table colors in Dependency List
+merge_request: 31130
+author:
+type: changed