Skip to content

Commit 45d8484

Browse files
committed
fix(css): improve visibility of card borders
1 parent f611b7c commit 45d8484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Home/Sash.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ const StyledTitle = styled(Typography.Title)`
8686
const StyledCard = styled(Card)`
8787
width: 22rem;
8888
border-radius: 18px;
89+
box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
8990
.card-header {
9091
border-radius: 18px 18px 0 0;
9192
}

0 commit comments

Comments
 (0)