fix padding on portal

This commit is contained in:
Hagernesh
2026-07-21 14:00:38 +00:00
parent 33966e9b16
commit 89d82f45c6
3 changed files with 72 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ export function WarehouseLocationCard({ bookingId }: WarehouseLocationCardProps)
const latest = items[0];
return (
<Paper withBorder radius="md" padding="lg">
<Paper withBorder radius="md" p="lg">
<Stack gap="md">
<Group gap="xs">
<WarehouseIcon size={18} />