Skip to content

Commit

Permalink
fix: main showcase design chagne
Browse files Browse the repository at this point in the history
  • Loading branch information
HiHoi committed Feb 14, 2024
1 parent 0703138 commit b9daf79
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/panel/main-page/MainShowcase.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const MainShowcase = () => {
overflow={'hidden'}
textOverflow={'ellipsis'}
m={'1rem'}
height={'5rem'}
>
{/* <Typography
color={'text'}
Expand All @@ -103,7 +104,10 @@ const MainShowcase = () => {
>
{data.content[0].description}
</Typography> */}
<DynamicToastViewer initialValue={data.content[0].description} />
<DynamicToastViewer
sx={{ height: '100%' }}
initialValue={data.content[0].description}
/>
</Stack>
</Card>
</Stack>
Expand Down

0 comments on commit b9daf79

Please sign in to comment.