feat: radius for inputs and buttons, shadow changes

This commit is contained in:
2025-07-18 10:38:36 +04:00
parent 39b4d36a82
commit e033938a03
10 changed files with 60 additions and 32 deletions

View File

@ -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: {