Skip to content

Commit c7cfb75

Browse files
committed
Update App.tsx
1 parent 5020f1f commit c7cfb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function App() {
115115
<DataGrid items={tracks} />
116116
</div>
117117

118-
<div>
118+
<div className="mt-8 mx-auto max-w-4xl flex flex-col gap-y-4">
119119
<h2 className="text-2xl font-bold text-gray-900 dark:text-gray-100">Custom DataGrid</h2>
120120
<DataGrid
121121
items={forecasts}

0 commit comments

Comments
 (0)