Skip to content

Commit

Permalink
fix : change mainpage ui_1
Browse files Browse the repository at this point in the history
  • Loading branch information
raylee0519 committed Aug 2, 2022
1 parent 1f17697 commit 8d183cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/mainpage/TrashCardView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,16 +197,16 @@ function MultiActionAreaCard() {
>3rd
</Typography>
<Box sx={{
width: 450, border: 0,
width: 450, border: 1,
backgroundColor: "white",
borderColor: "#759F98",
borderColor: "white",
borderRadius: 5,
boxShadow: "1px 3px 3px #B0B09A",
margin: "auto",
mt: 5
}}>
<CardActionArea>
<CardMedia component="img" height="500" width="450" image={thridData?.images} />
<img height="500" width="450" src={thridData?.images} />
<Typography
fontSize={40}
component="div"
Expand Down

0 comments on commit 8d183cc

Please sign in to comment.