Remove left margin from add button
This commit is contained in:
parent
2debce80d5
commit
bd7e629436
@ -148,9 +148,7 @@ export default function (props: { isOpen: boolean; onClose: () => void }) {
|
||||
onChange={(e) => setUserToAdd(e.target.value)}
|
||||
placeholder="1234567890987654321"
|
||||
/>
|
||||
<Button ml="8px" onClick={async () => await addUser(userToAdd)}>
|
||||
Add
|
||||
</Button>
|
||||
<Button onClick={async () => await addUser(userToAdd)}>Add</Button>
|
||||
</HStack>
|
||||
</ModalBody>
|
||||
</ModalContent>
|
||||
|
Loading…
x
Reference in New Issue
Block a user