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
@@ -1,7 +1,7 @@
import styled from 'styled-components';
const Wrapper = styled.div`
border-radius: var(--border-radius-small);
border-radius: var(--border-radius-lg);
background-color: var(--ant-color-bg-container);
box-shadow: none;
padding: 10px 16px;