Move margin to button flex
This commit is contained in:
@ -190,7 +190,7 @@ export default function () {
|
|||||||
</Stack>
|
</Stack>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
<CardFooter>
|
<CardFooter>
|
||||||
<Flex gap="8px">
|
<Flex gap="8px" mr="8px">
|
||||||
{can_approve && event.pending ? (
|
{can_approve && event.pending ? (
|
||||||
<>
|
<>
|
||||||
<Button
|
<Button
|
||||||
@ -224,7 +224,7 @@ export default function () {
|
|||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
</Flex>
|
</Flex>
|
||||||
<Text alignSelf="center" fontSize="sm" pl="8px">
|
<Text alignSelf="center" fontSize="sm">
|
||||||
Status:{" "}
|
Status:{" "}
|
||||||
{event.pending ? "Pending" : event.approved ? "Approved" : "Denied"}
|
{event.pending ? "Pending" : event.approved ? "Approved" : "Denied"}
|
||||||
</Text>
|
</Text>
|
||||||
|
Reference in New Issue
Block a user