Skip to content

Commit 0d1e563

Browse files
committed
fix: Add margin-top to ListView paper style for improved spacing
1 parent 21aff2a commit 0d1e563

File tree

1 file changed

+1
-0
lines changed
  • packages/react-sdk-components/src/components/template/ListView

1 file changed

+1
-0
lines changed

packages/react-sdk-components/src/components/template/ListView/ListView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export default function ListView(props: ListViewProps) {
155155
},
156156
paper: {
157157
width: '100%',
158+
marginTop: theme.spacing(2),
158159
marginBottom: theme.spacing(2),
159160
display: 'grid',
160161
borderRadius: 16,

0 commit comments

Comments
 (0)