From c09fb75718a884cb3bd16785b9a6ffa5c0562dc8 Mon Sep 17 00:00:00 2001 From: "A. Marzoug Desktop" Date: Sat, 17 Sep 2022 12:51:11 +0100 Subject: [PATCH] [@mantine/core] Fix size inconsistencies --- src/mantine-core/src/PasswordInput/PasswordInput.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mantine-core/src/PasswordInput/PasswordInput.tsx b/src/mantine-core/src/PasswordInput/PasswordInput.tsx index bf3939d6972..7efcfef7caa 100644 --- a/src/mantine-core/src/PasswordInput/PasswordInput.tsx +++ b/src/mantine-core/src/PasswordInput/PasswordInput.tsx @@ -39,8 +39,8 @@ export interface PasswordInputProps const buttonSizes = { xs: 22, - sm: 28, - md: 26, + sm: 26, + md: 28, lg: 32, xl: 40, }; @@ -55,7 +55,7 @@ const iconSizes = { const rightSectionSizes = { xs: 28, - sm: 34, + sm: 32, md: 34, lg: 44, xl: 54,