Reverse margin on certify modal
This commit is contained in:
parent
73ec8307d4
commit
2fb5c81b6c
@ -192,7 +192,7 @@ export default function () {
|
|||||||
</>
|
</>
|
||||||
) : null}
|
) : null}
|
||||||
</Flex>
|
</Flex>
|
||||||
<Text alignSelf="center" fontSize="sm">
|
<Text alignSelf="center" fontSize="sm" pl="8px">
|
||||||
Status:{" "}
|
Status:{" "}
|
||||||
{event.pending ? "Pending" : event.approved ? "Approved" : "Denied"}
|
{event.pending ? "Pending" : event.approved ? "Approved" : "Denied"}
|
||||||
</Text>
|
</Text>
|
||||||
@ -220,7 +220,7 @@ export default function () {
|
|||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
colorScheme="blue"
|
colorScheme="blue"
|
||||||
mr="8px"
|
ml="8px"
|
||||||
onClick={async () => await certify(selectedEvent)}
|
onClick={async () => await certify(selectedEvent)}
|
||||||
>
|
>
|
||||||
Certify
|
Certify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user