fix: lighten CSS border for data preview table (#8966)

this has been bugging me
This commit is contained in:
Maxime Beauchemin
2020-01-15 00:17:50 -05:00
committed by GitHub
parent 614f13377b
commit 31d7f69193

View File

@@ -20,7 +20,7 @@
@import '../../../stylesheets/less/variables.less';
.ReactVirtualized__Grid__innerScrollContainer {
border: 1px solid;
border: 1px solid @gray-light;
}
.ReactVirtualized__Table__headerRow {
font-weight: @font-weight-bold;