Skip to content

Commit 207aef3

Browse files
committed
Align padding and show logo
1 parent b80eafb commit 207aef3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/ui/src/components/OrganizationList/OrganizationListPage.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ export const OrganizationListPageList = (props: { onCreateOrganizationClick: ()
137137
<>
138138
<Header.Root
139139
sx={t => ({
140-
padding: `${t.space.$none} ${t.space.$8}`,
140+
paddingTop: `${t.space.$4}`,
141141
})}
142+
showLogo
142143
>
143144
<Header.Title
144145
localizationKey={localizationKeys(

0 commit comments

Comments
 (0)