Merge branch 'dev' into improve-space

This commit is contained in:
Gimle Larpes 2025-07-27 17:34:34 +03:00 committed by GitHub
commit 71e775fed1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 896 additions and 264 deletions

View file

@ -274,7 +274,7 @@ function AddRoomButton({ item }: { item: HierarchyItem }) {
escapeDeactivates: stopPropagation,
}}
>
<Menu style={{ padding: config.space.S100 }}>
<Menu style={{ padding: config.space.S200 }}>
<MenuItem
size="300"
radii="300"
@ -336,7 +336,7 @@ function AddSpaceButton({ item }: { item: HierarchyItem }) {
escapeDeactivates: stopPropagation,
}}
>
<Menu style={{ padding: config.space.S100 }}>
<Menu style={{ padding: config.space.S200 }}>
<MenuItem
size="300"
radii="300"