We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3cbcc commit dc93f96Copy full SHA for dc93f96
src/components/PhoneInputController.tsx
@@ -49,7 +49,7 @@ export const PhoneInputController = <FV extends FieldValues>({
49
sx={{
50
...muiTelInputProps?.sx,
51
'.MuiTelInput-FlagImg': {
52
- borderRadius: (theme) => theme.shape.borderRadius / 4,
+ borderRadius: 0.5,
53
},
54
}}
55
{...muiTelInputProps}
0 commit comments