Skip to content

Commit 5bb495c

Browse files
committed
increase padding on input fields
1 parent 455f8fb commit 5bb495c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/components/settings/Settings.styles.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Input } from 'antd';
33

44
export const InputField = styled(Input)`
55
border-radius: 7px !important;
6-
padding: 0.5rem !important;
6+
padding: 0.7rem !important;
77
&:focus{
88
border-color: var(--ant-primary-5) !important;
99
box-shadow: 0 0 0 2px var(--ant-primary-color-outline) !important;
@@ -17,13 +17,13 @@ export const InputFieldWithPrefix = styled(Input)`
1717
&.ant-input-affix-wrapper {
1818
background-color: var(--input-bg-color) !important;
1919
input.ant-input {
20-
padding: 0.5rem !important;
20+
padding: 0.7rem !important;
2121
border: none !important;
2222
background-color: transparent !important;
2323
}
2424
.ant-input-prefix {
25-
26-
padding: 0.5rem 0rem 0.5rem 0.5rem !important;
25+
26+
padding: 0.7rem 0rem 0.7rem 0.7rem !important;
2727
}
2828
}
2929
`;
@@ -32,15 +32,15 @@ export const PasswordField = styled(Input.Password)`
3232
padding: 0 !important;
3333
background-color: var(--input-bg-color) !important;
3434
input.ant-input {
35-
padding: 0.5rem !important;
35+
padding: 0.7rem !important;
3636
border: none !important;
3737
background-color: transparent !important;
3838
}
3939
.ant-input-prefix {
40-
padding: 0.5rem 0rem 0.5rem 0.5rem !important;
40+
padding: 0.7rem 0rem 0.7rem 0.7rem !important;
4141
}
4242
.ant-input-suffix {
43-
padding: 0.5rem 0.5rem 0.5rem 0 !important;
43+
padding: 0.7rem 0.7rem 0.7rem 0 !important;
4444
.ant-input-password-icon.anticon {
4545
color: var(--text-color) !important;
4646
opacity: 0.7 !important;

0 commit comments

Comments
 (0)