Skip to content

Commit 0614871

Browse files
committed
fix: center eye icon in password input component [LW-10644]
1 parent 2a0232a commit 0614871

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)