Skip to content

Commit

Permalink
fix: lower 'th' details in 'Table' (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr committed Jun 8, 2020
1 parent 49e14ae commit 0dcf86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Wrapper = styled.table<{ themes: Theme }>`
border-spacing: 0;
background-color: ${COLUMN};
& > thead > tr > th {
th {
background-color: ${COLUMN};
}
`
Expand Down

0 comments on commit 0dcf86a

Please sign in to comment.