File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/ui/layouts/common/Table Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 vertical-align : middle ;
4545 color : #424240 !important ;
4646 font-size : 14px !important ;
47- font-weight : 400
47+ font-weight : 400 ;
4848}
4949
5050
5151.tableTd {
5252 vertical-align : middle ;
53- height : 53px !important
53+ height : 53px !important ;
5454}
5555
5656.lastTable tbody tr :last-child {
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ export const Table: React.FC<TableProps> = ({
253253 key = { index }
254254 >
255255 < Box style = { { backgroundColor : '#f6f67' } } paddingVertical = { showHeader ? 'sm' : null } paddingLeft = "lg" >
256- { headerCol . render && headerCol . render ( ) }
256+ { headerCol . render && headerCol . render ( ) }
257257 </ Box >
258258 </ th >
259259 ) ) }
@@ -286,7 +286,7 @@ export const Table: React.FC<TableProps> = ({
286286 >
287287 < Box paddingVertical = "sm" paddingLeft = "lg" >
288288 < Truncate maxLines = { 1 } >
289- { headerCol . renderRow ( headerRow ) }
289+ { headerCol . renderRow ( headerRow ) }
290290 </ Truncate >
291291 </ Box >
292292 </ td >
You can’t perform that action at this time.
0 commit comments