Skip to content

Commit

Permalink
table tweaks 2 significant digits
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <[email protected]>
  • Loading branch information
Thistleman committed Sep 6, 2024
1 parent fce40bd commit f6e4c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/modules/homepage/demoTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ export default function DemoBoard() {
}} className='content-center justify-center'>
<Typography
variant="h1"
className="text-5xl font-bold sTextColor scale-[0.73]">
className="text-5xl font-bold sTextColor scale-[0.73] mt-2">
Demo Board
</Typography>
<DataGrid
columns={columns}
disableColumnFilter={true}
rows={Array.isArray(demo) ? demo : []}
hideFooter={true}
className="scale-[0.85]"
className="scale-[0.85] mb-2"
/>
</Box>
);
Expand Down

0 comments on commit f6e4c3f

Please sign in to comment.