Skip to content

Commit 5be709e

Browse files
committed
ui update
1 parent 3b0048b commit 5be709e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ui/layouts/common/Table/index.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
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 {

src/ui/layouts/common/Table/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)