We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0232a commit 0614871Copy full SHA for 0614871
src/design-system/password-box/password-box-button.css.ts
@@ -10,7 +10,9 @@ export const inputButton = style([
10
background: vars.colors.$input_button_bgColor,
11
border: 'none',
12
cursor: 'pointer',
13
- flex: 'none',
+ display: 'flex',
14
+ alignItems: 'center',
15
+ justifyContent: 'center',
16
17
':disabled': {
18
cursor: 'default',
0 commit comments