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: {
535535 radius : columnStyle . radius || columnsStyle . radius ,
536536 borderWidth : columnStyle . borderWidth || columnsStyle . borderWidth ,
537537 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 ,
541541 rowHeight : rowHeight ,
542542 }
543543 let { background } = style ;
You can’t perform that action at this time.
0 commit comments