fix: adjust border raduis

This commit is contained in:
jialin
2026-04-08 18:54:06 +08:00
committed by jialin
parent 53cd8ba00c
commit c73609d155
64 changed files with 473 additions and 164 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ const ItemWrapper = styled.div`
gap: 8px;
width: 100%;
border: 1px solid var(--ant-color-border);
border-radius: var(--ant-border-radius);
border-radius: var(--ant-border-radius-lg);
padding: 12px 16px;
&:hover {
background-color: var(--ant-color-fill-tertiary);