File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/packages/lowcoder/src/comps/comps/tableComp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -535,9 +535,9 @@ function TableCellView(props: {
535
535
radius : columnStyle . radius || columnsStyle . radius ,
536
536
borderWidth : columnStyle . borderWidth || columnsStyle . borderWidth ,
537
537
textSize : columnStyle . textSize || columnsStyle . textSize ,
538
- textWeight : columnStyle . textWeight || columnsStyle . textWeight ,
539
- fontFamily : columnStyle . fontFamily || columnsStyle . fontFamily ,
540
- fontStyle : columnStyle . fontStyle || columnsStyle . fontStyle ,
538
+ textWeight : columnsStyle . textWeight || columnStyle . textWeight ,
539
+ fontFamily : columnsStyle . fontFamily || columnStyle . fontFamily ,
540
+ fontStyle : columnsStyle . fontStyle || columnStyle . fontStyle ,
541
541
rowHeight : rowHeight ,
542
542
}
543
543
let { background } = style ;
You can’t perform that action at this time.
0 commit comments