Skip to content

Commit

Permalink
fix(table): zebra mode background color (#985)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-umain authored Jan 30, 2025
1 parent 196e877 commit 95cfea1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/table/table-vars.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
.tds-mode-variant-secondary {
--tds-table-body-row-background: var(--tds-grey-900);
--tds-table-body-row-background-hover: var(--tds-grey-846);
--tds-table-zebra-mode-backround: var(--tds-grey-900);
--tds-table-zebra-mode-backround: var(--tds-grey-868);
}

--tds-table-body-row-background-selected: var(--tds-grey-800);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 95cfea1

Please sign in to comment.