style: added bottom border for Table component (#3078)

This commit is contained in:
Pragadesh-45 2024-09-13 11:12:38 +05:30 committed by GitHub
parent 9a57f3870f
commit 776866b3b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,6 +27,7 @@ const StyledWrapper = styled.div`
table th { table th {
position: relative; position: relative;
border-bottom: 1px solid ${(props) => props.theme.collection.environment.settings.gridBorder}77;
} }
table tr td { table tr td {