Jasin Colegrove
12/06/2021, 1:58 PMtableView {
    tableRowCell {
        and(hover) {
            borderColor = multi(box(Color.RED))
        }
    }
}