Skip to content

Commit 8dd76ba

Browse files
committed
Update spacing in StoreApp component
1 parent 05668c4 commit 8dd76ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/client/src/components/store/StoreApp.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default function StoreApp({ appSlug }) {
113113
}
114114

115115
return (
116-
<Grid container spacing={0} direction={"column"}>
116+
<Grid container spacing={2} direction={"column"}>
117117
<Grid>
118118
<StoreAppHeader
119119
name={storeApp.name}

0 commit comments

Comments
 (0)