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)}
|
onChange={(e) => setUserToAdd(e.target.value)}
|
||||||
placeholder="1234567890987654321"
|
placeholder="1234567890987654321"
|
||||||
/>
|
/>
|
||||||
<Button ml="8px" onClick={async () => await addUser(userToAdd)}>
|
<Button onClick={async () => await addUser(userToAdd)}>Add</Button>
|
||||||
Add
|
|
||||||
</Button>
|
|
||||||
</HStack>
|
</HStack>
|
||||||
</ModalBody>
|
</ModalBody>
|
||||||
</ModalContent>
|
</ModalContent>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user