fix(ui): remove margin bottom (#14642)

This commit is contained in:
Aseem Bansal 2025-09-04 13:18:27 +05:30 committed by GitHub
parent c74347c749
commit fe655cc255
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,6 @@ export const SectionHeader = styled(Typography.Title)`
&&&& {
padding: 0px;
margin: 0px;
margin-bottom: 12px;
}
`;