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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;