Skip to content

Commit

Permalink
padding card meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnypaulino committed May 23, 2024
1 parent 4f68b56 commit 11dc417
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Components/Card/CardMeeting/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ const CardMeeting = ({
style={{ height: 16, marginRight: 2 }}
/>
<Row style={{ fontSize: "14px" }}>
Status:{" "}
Status: {" "}<Padding padding="2px" />
{status === Status.PENDING ? (
<p style={{ fontWeight: "600" }}>Pendente</p>
<p style={{ fontWeight: "600" }}> Pendente</p>
) : status === Status.APPROVED ? (
<p style={{ fontWeight: "600" }}>Aprovado</p>
<p style={{ fontWeight: "600" }}> Aprovado</p>
) : status === Status.REPROVED ? (
<p style={{ fontWeight: "600" }}>Reprovado</p>
<p style={{ fontWeight: "600" }}> Reprovado</p>
) : null}
</Row>
</Row>
Expand Down

0 comments on commit 11dc417

Please sign in to comment.