Skip to content

Commit 1a94ec0

Browse files
authored
Merge pull request #35 from input-output-hk/fix/lw-10644-ui-create-wallet-name-and-password
fix: center eye icon in password input component [LW-10644]
2 parents 2a0232a + 0614871 commit 1a94ec0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/design-system/password-box/password-box-button.css.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ export const inputButton = style([
1010
background: vars.colors.$input_button_bgColor,
1111
border: 'none',
1212
cursor: 'pointer',
13-
flex: 'none',
13+
display: 'flex',
14+
alignItems: 'center',
15+
justifyContent: 'center',
1416

1517
':disabled': {
1618
cursor: 'default',

0 commit comments

Comments
 (0)