Skip to content

Commit 98d01ce

Browse files
committed
table update
1 parent 8321498 commit 98d01ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
.tableHeaderRow {
3838
border-top: 1px solid $lightestGreyColor;
39-
background-color: #D9D9D9 !important;
39+
background-color: #F6F6F7 !important;
4040
}
4141

4242
.tableHeadingTh {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const Table: React.FC<TableProps> = ({
170170
}}
171171
key={index}
172172
>
173-
<Box style={{ backgroundColor: 'rgba(217, 217, 217, 0.2)' }} paddingVertical={showHeader ? 'sm' : null} paddingLeft="lg">
173+
<Box style={{ backgroundColor: '#f6f67' }} paddingVertical={showHeader ? 'sm' : null} paddingLeft="lg">
174174
{headerCol.render && headerCol.render()}
175175
</Box>
176176
</th>

0 commit comments

Comments
 (0)