fix: adjust border raduis
This commit is contained in:
@@ -73,7 +73,7 @@ const SealPassword: React.FC<InputProps & SealFormItemProps & PasswordProps> = (
|
||||
>
|
||||
<Input.Password
|
||||
{...rest}
|
||||
autoComplete={rest.autoComplete || 'off'}
|
||||
autoComplete={rest.autoComplete || 'new-password'}
|
||||
ref={inputRef}
|
||||
className="seal-input-password"
|
||||
onFocus={handleOnFocus}
|
||||
|
||||
@@ -34,7 +34,7 @@ const WrapperBox = styled.div`
|
||||
border-width: var(--ant-line-width);
|
||||
border-style: var(--ant-line-type);
|
||||
border-color: var(--ant-color-border);
|
||||
border-radius: var(--border-radius-base);
|
||||
border-radius: var(--border-radius-lg);
|
||||
background-color: var(--ant-color-bg-container);
|
||||
&.borderless {
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user