Skip to content

Commit

Permalink
table: change the headerRow color to primary
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengYanJin committed Feb 21, 2020
1 parent 95a5fd0 commit f1c819f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/table/Table.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const TableContainer = styled.div`
}
.ReactVirtualized__Table__headerRow {
background-color: ${getThemePropSelector("background")};
background-color: ${getThemePropSelector("primary")};
border-bottom: 2px solid ${getThemePropSelector("borderLight")};
color: ${getThemePropSelector("textPrimary")};
Expand Down

0 comments on commit f1c819f

Please sign in to comment.