Jasin Colegrove
12/06/2021, 1:58 PMtableView {
tableRowCell {
and(hover) {
borderColor = multi(box(Color.RED))
}
}
}
Why does this above code cause the cells in my table to shift left. it's specficially the bordercolor line