chore: remove unused css prop (#62350)

balm0mma/remUnusedCss/ remove unused css prop
This commit is contained in:
Jev Forsberg 2023-01-30 11:33:20 -07:00 committed by GitHub
parent a7c4872bcd
commit c6f4eb4282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,13 +133,6 @@ const tableStyles = {
justify-content: space-between;
height: 100%;
`,
noData: css`
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
`,
selectWrapper: css`
padding: 8px 8px 0px 8px;
`,