chore: fixed review comments

This commit is contained in:
Anoop M D
2025-12-27 09:20:04 +05:30
parent 4ef4e2190e
commit 79cb1bfca8

View File

@@ -46,7 +46,7 @@ const Wrapper = styled.div`
td {
padding: 5px 10px !important;
border-bottom: solid 1px ${(props) => props.theme.border.border0};
border-right: ${(props) => props.theme.border.border0};
border-right: solid 1px ${(props) => props.theme.border.border0};
&:last-child {
border-right: none;