diff --git a/app/assets/stylesheets/pages/error_list.scss b/app/assets/stylesheets/pages/error_list.scss index a61a85649b8a6cc88a7b2990cfa9f3ad4a60151a..3ec3e4f6b4362b7583ad4a191efdbd1920bef6bc 100644 --- a/app/assets/stylesheets/pages/error_list.scss +++ b/app/assets/stylesheets/pages/error_list.scss @@ -17,7 +17,7 @@ min-height: 68px; &:last-child { - background-color: $gray-normal; + background-color: $gray-10; &::before { content: none !important; diff --git a/changelogs/unreleased/error-list-colour.yml b/changelogs/unreleased/error-list-colour.yml new file mode 100644 index 0000000000000000000000000000000000000000..8c4ffb8dc10abbb47a94cee5533bbd168de37e9c --- /dev/null +++ b/changelogs/unreleased/error-list-colour.yml @@ -0,0 +1,5 @@ +--- +title: Update error tracking table background colour to correct gray +merge_request: 32133 +author: +type: other