diff --git a/src/design-system/password-box/password-box-button.css.ts b/src/design-system/password-box/password-box-button.css.ts index 51ce678..ad40014 100644 --- a/src/design-system/password-box/password-box-button.css.ts +++ b/src/design-system/password-box/password-box-button.css.ts @@ -10,7 +10,9 @@ export const inputButton = style([ background: vars.colors.$input_button_bgColor, border: 'none', cursor: 'pointer', - flex: 'none', + display: 'flex', + alignItems: 'center', + justifyContent: 'center', ':disabled': { cursor: 'default',