Skip to content

Commit dc93f96

Browse files
committed
fix(phone-input): fix phone input flag border radius
1 parent dc3cbcc commit dc93f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PhoneInputController.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const PhoneInputController = <FV extends FieldValues>({
4949
sx={{
5050
...muiTelInputProps?.sx,
5151
'.MuiTelInput-FlagImg': {
52-
borderRadius: (theme) => theme.shape.borderRadius / 4,
52+
borderRadius: 0.5,
5353
},
5454
}}
5555
{...muiTelInputProps}

0 commit comments

Comments
 (0)