feat: radius for inputs and buttons, shadow changes
This commit is contained in:
@ -69,7 +69,7 @@ const PhoneInput = ({
|
||||
}, [value]);
|
||||
|
||||
const { readOnly, disabled } = props;
|
||||
const leftSectionWidth = 100;
|
||||
const leftSectionWidth = 90;
|
||||
|
||||
return (
|
||||
<InputBase
|
||||
@ -95,7 +95,6 @@ const PhoneInput = ({
|
||||
styles={{
|
||||
input: {
|
||||
fontSize: 17,
|
||||
color: "primaryColor.1",
|
||||
paddingLeft: `calc(${leftSectionWidth}px + var(--mantine-spacing-sm))`,
|
||||
},
|
||||
section: {
|
||||
|
||||
Reference in New Issue
Block a user