Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Visual improvements to revoke modal
  • Loading branch information
regalijan committed Oct 22, 2023
1 parent bbb0343 commit 62b418f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/hammer.tsx
Expand Up @@ -242,7 +242,7 @@ export default function () {

return (
<Container maxW="container.md">
<Modal isOpen={isOpen} onClose={onClose}>
<Modal isCentered isOpen={isOpen} onClose={onClose} size="lg">
<ModalOverlay />
<ModalContent>
<ModalHeader>Revoke punishment for {username}</ModalHeader>
Expand Down Expand Up @@ -274,7 +274,7 @@ export default function () {
</Button>
<Button
colorScheme="red"
mr="4px"
ml="8px"
onClick={async () => await revokePunishment()}
>
Revoke
Expand Down

0 comments on commit 62b418f

Please sign in to comment.