From a5f6558afeea06542606db7ff7d74fa054180cef Mon Sep 17 00:00:00 2001 From: Alec Helmturner Date: Thu, 4 Jul 2024 17:14:21 -0500 Subject: [PATCH] fix: minor ui fixes --- src/features/voting/ProposalCard.tsx | 10 +++++----- src/features/voting/ProposalInterestVote.tsx | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/features/voting/ProposalCard.tsx b/src/features/voting/ProposalCard.tsx index 0c464ba..87715b2 100644 --- a/src/features/voting/ProposalCard.tsx +++ b/src/features/voting/ProposalCard.tsx @@ -100,9 +100,9 @@ export default function ProposalCard(props: ProposalCardProps) { return ( - +
- {props.title} + {props.title}

{props.summary}

@@ -115,8 +115,8 @@ export default function ProposalCard(props: ProposalCardProps) { />
- - + + {props.description} @@ -128,7 +128,7 @@ export default function ProposalCard(props: ProposalCardProps) { /> - + {props.status.toUpperCase()} diff --git a/src/features/voting/ProposalInterestVote.tsx b/src/features/voting/ProposalInterestVote.tsx index 2b2d88a..3c0c5a6 100644 --- a/src/features/voting/ProposalInterestVote.tsx +++ b/src/features/voting/ProposalInterestVote.tsx @@ -32,7 +32,7 @@ export default function ProposalInterestVote(props: ProposalInterestVoteProps) { return (