Skip to content

Commit 0ade3a1

Browse files
committed
Fix fixed table header abckground after last commit
1 parent fce0118 commit 0ade3a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Table/style/Default.module.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ $radius: var(--border-radius-2);
5454
top: 0;
5555
z-index: 1;
5656
outline: 1px solid var(--color-border);
57+
58+
.tr {
59+
margin-bottom: var(--m-s);
60+
.td {
61+
background-color: var(--color-background-modal);
62+
}
63+
}
5764
}
5865
}
5966

0 commit comments

Comments
 (0)