fixing rounded corners (#11990)

This commit is contained in:
Evan Rusackas
2020-12-09 21:07:23 -08:00
committed by GitHub
parent 5435064807
commit c73904b02e

View File

@@ -37,6 +37,7 @@ export const Table = styled.table`
background-color: ${({ theme }) => theme.colors.grayscale.light5};
border-collapse: separate;
border-radius: ${({ theme }) => theme.borderRadius}px;
overflow: hidden;
thead > tr > th {
border: 0;