Skip to content

Commit 644cf13

Browse files
Merge pull request #573 from EyeSeeTea/fix/indicator-column-visibility
fix: darker row borders
2 parents 839893f + 9965232 commit 644cf13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/report/TableBodyGrouped.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export default function TableBodyGrouped<Row extends Ref>(props: RowProps<Row>):
3737

3838
const useStyles = makeStyles({
3939
row: {
40-
borderBottom: "3px solid #E0E0E0",
40+
"& td": {
41+
borderBottom: "2px solid #C0C0C0",
42+
},
4143
},
4244
});

0 commit comments

Comments
 (0)