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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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;