Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Mike Cao 2025-08-21 01:33:43 -07:00
commit 3a332b5947
40 changed files with 354 additions and 177 deletions

View file

@ -13,7 +13,7 @@ export function PixelsPage() {
return (
<PageBody>
<Column gap="6">
<Column gap="6" margin="2">
<PageHeader title={formatMessage(labels.pixels)}>
<PixelAddButton teamId={teamId} />
</PageHeader>