fix(listview): hide actions column if no actions are allowed (#11337)

This commit is contained in:
ʈᵃᵢ
2020-10-21 09:27:48 -07:00
committed by GitHub
parent cae54ac00e
commit 225c905bd5
7 changed files with 13 additions and 16 deletions

View File

@@ -34,6 +34,7 @@ interface TableCollectionProps {
}
export const Table = styled.table`
background-color: ${({ theme }) => theme.colors.grayscale.light5};
border-collapse: separate;
border-radius: ${({ theme }) => theme.borderRadius}px;