fix margins, teams button, and remove boards

This commit is contained in:
Francis Cao
2025-09-16 13:31:21 -07:00
parent cfd49e1742
commit 28ba2a1666
8 changed files with 7 additions and 24 deletions

View File

@@ -12,7 +12,7 @@ export function UsersPage() {
const handleSave = () => {};
return (
<Column gap="6">
<Column gap="6" margin="2">
<PageHeader title={formatMessage(labels.users)}>
<UserAddButton onSave={handleSave} />
</PageHeader>