Skip to content

Commit 85a0f78

Browse files
committed
fix: review
1 parent 1f3752f commit 85a0f78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/PaginatedTable/PaginatedTable.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--paginated-table-cell-horizontal-padding: 10px;
88

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

1212
width: 100%;
1313
@include body-2-typography();

src/containers/Tablet/components/TabletStorageInfo/TabletStorageInfo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
border-collapse: collapse;
99
tr {
1010
&:hover {
11-
background-color: var(--g-color-base-generic-hover) !important;
11+
background-color: var(--g-color-base-simple-hover) !important;
1212
}
1313
}
1414
tr:nth-of-type(2n + 1) {

0 commit comments

Comments
 (0)