Skip to content

Commit

Permalink
Merge pull request #1626 from milvus-io/MARK-1445
Browse files Browse the repository at this point in the history
change card radius to 12px
  • Loading branch information
shanghaikid committed Sep 14, 2024
2 parents 4bb0850 + ca37722 commit 8affd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/solutionCard/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
width: 100%;
height: 100%;
border: 1px solid var(--color-card-border);
border-radius: 4px;
border-radius: 12px;
text-decoration: none;
color: var(--color-doc-primary);
padding: 16px 19px;
Expand Down

0 comments on commit 8affd62

Please sign in to comment.