Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0614871

Browse files
committed
fix: center eye icon in password input component [LW-10644]
1 parent2a0232a commit0614871

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)

[8]ページ先頭

©2009-2025 Movatter.jp