Skip to content

Commit

Permalink
Running lint --fix (#18191)
Browse files Browse the repository at this point in the history
Co-authored-by: Dr. Lint-a-lot <[email protected]>
  • Loading branch information
github-actions[bot] and Dr. Lint-a-lot authored Feb 12, 2024
1 parent bd61c53 commit dc5d0ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const TargetContainer = styled.div`
const StyledTable = styled(Table)<{ $stickyHeader: boolean }>(({ theme }) => css`
margin-bottom: 0;
background-color: transparent;
> tbody td {
background-color: ${theme.colors.global.contentBackground};
color: ${theme.utils.contrastingColor(theme.colors.global.contentBackground)};
Expand Down
6 changes: 4 additions & 2 deletions graylog2-web-interface/webpack/vendor-module-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,8 @@
"./node_modules/reflux/src/listenTo.js": 7137,
"./node_modules/reflux/src/listenToMany.js": 9366,
"./node_modules/resolve-pathname/esm/resolve-pathname.js": 8273,
"./node_modules/scheduler/cjs/scheduler.production.min.js": 8328,
"./node_modules/scheduler/index.js": 4712,
"./node_modules/serialize-query-params/dist/decodeQueryParams.js": 1949,
"./node_modules/serialize-query-params/dist/encodeQueryParams.js": 9608,
"./node_modules/serialize-query-params/dist/index.js": 4814,
Expand Down Expand Up @@ -3136,11 +3138,9 @@
4127,
4130,
4133,
4142,
4152,
4160,
4175,
4203,
4206,
4209,
4228,
Expand Down Expand Up @@ -3177,6 +3177,7 @@
4694,
4697,
4705,
4712,
4726,
4736,
4739,
Expand Down Expand Up @@ -3449,6 +3450,7 @@
8314,
8318,
8322,
8328,
8338,
8348,
8351,
Expand Down

0 comments on commit dc5d0ba

Please sign in to comment.