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