Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
Raubzeug committed Nov 29, 2024
1 parent 1f3752f commit 85a0f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/PaginatedTable/PaginatedTable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--paginated-table-cell-horizontal-padding: 10px;

--paginated-table-border-color: var(--g-color-base-generic-hover);
--paginated-table-hover-color: var(--g-color-base-float);
--paginated-table-hover-color: var(--g-color-base-simple-hover);

width: 100%;
@include body-2-typography();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
border-collapse: collapse;
tr {
&:hover {
background-color: var(--g-color-base-generic-hover) !important;
background-color: var(--g-color-base-simple-hover) !important;
}
}
tr:nth-of-type(2n + 1) {
Expand Down

0 comments on commit 85a0f78

Please sign in to comment.