fix: lighten CSS border for data preview table (#8966)
this has been bugging me
This commit is contained in:
parent
614f13377b
commit
31d7f69193
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue