fix: adjust border raduis
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user