chore: remove top padding from abstract card

This commit is contained in:
2025-10-22 18:27:40 -05:00
parent 9e4c008680
commit 86b7b5779e

View File

@@ -28,7 +28,8 @@ const AbstractCard: FunctionComponent<AbstractCardProps> = ({
<Flex <Flex
justify="between" justify="between"
align="center" align="center"
p="3" px="3"
pb="3"
style={{ style={{
borderBottom: "1px solid var(--gray-a5)", borderBottom: "1px solid var(--gray-a5)",
}} }}