Padding -> margin
This commit is contained in:
parent
81857fcaff
commit
ebd1745442
@ -278,14 +278,14 @@ export default function () {
|
|||||||
if (data?.match(/\D/)) e.preventDefault();
|
if (data?.match(/\D/)) e.preventDefault();
|
||||||
}}
|
}}
|
||||||
onChange={(e) => setAddingMemberId(e.target.value)}
|
onChange={(e) => setAddingMemberId(e.target.value)}
|
||||||
pb="16px"
|
mb="16px"
|
||||||
type="number"
|
type="number"
|
||||||
/>
|
/>
|
||||||
<Heading size="xs">Name</Heading>
|
<Heading size="xs">Name</Heading>
|
||||||
<Input
|
<Input
|
||||||
maxLength={64}
|
maxLength={64}
|
||||||
onChange={(e) => setAddingMemberName(e.target.value)}
|
onChange={(e) => setAddingMemberName(e.target.value)}
|
||||||
pb="16px"
|
mb="16px"
|
||||||
/>
|
/>
|
||||||
<Heading size="xs">Roblox Username (optional)</Heading>
|
<Heading size="xs">Roblox Username (optional)</Heading>
|
||||||
<Input
|
<Input
|
||||||
@ -315,7 +315,7 @@ export default function () {
|
|||||||
<Button
|
<Button
|
||||||
colorScheme="blue"
|
colorScheme="blue"
|
||||||
onClick={async () => await addMember()}
|
onClick={async () => await addMember()}
|
||||||
pl="8px"
|
ml="8px"
|
||||||
>
|
>
|
||||||
Add
|
Add
|
||||||
</Button>
|
</Button>
|
||||||
@ -323,7 +323,7 @@ export default function () {
|
|||||||
</ModalContent>
|
</ModalContent>
|
||||||
</Modal>
|
</Modal>
|
||||||
<Heading>Events Team Members</Heading>
|
<Heading>Events Team Members</Heading>
|
||||||
<TableContainer pt="16px">
|
<TableContainer mt="16px">
|
||||||
<Table variant="simple">
|
<Table variant="simple">
|
||||||
<TableCaption>
|
<TableCaption>
|
||||||
Points are updated at the end of the month
|
Points are updated at the end of the month
|
||||||
@ -375,7 +375,7 @@ export default function () {
|
|||||||
</Table>
|
</Table>
|
||||||
</TableContainer>
|
</TableContainer>
|
||||||
{isManagement ? (
|
{isManagement ? (
|
||||||
<Link color="#646cff" onClick={openAddMember} pt="16px">
|
<Link color="#646cff" onClick={openAddMember} mt="16px">
|
||||||
Add Member
|
Add Member
|
||||||
</Link>
|
</Link>
|
||||||
) : null}
|
) : null}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user