Skip to content

Commit e7bdd61

Browse files
committed
update login story
1 parent 23314fd commit e7bdd61

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

stories/auth/login/login.example.ts

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,17 @@ export class UUILoginExample extends LitElement {
9292
</uui-checkbox>
9393
</uui-form-layout-item>
9494
95-
<uui-button
96-
type="submit"
97-
label="Login"
98-
look="positive"
99-
state=${ifDefined(
100-
this._loggingIn ? 'waiting' : undefined
101-
)}></uui-button>
102-
<uui-button type="button" label="Forgot Password?"></uui-button>
95+
<div style="text-align:right;">
96+
<uui-button type="button" label="Forgot Password?"></uui-button>
97+
<uui-button
98+
type="submit"
99+
label="Login"
100+
look="primary"
101+
color="positive"
102+
state=${ifDefined(
103+
this._loggingIn ? 'waiting' : undefined
104+
)}></uui-button>
105+
</div>
103106
</form>
104107
</uui-form>
105108
</div>

0 commit comments

Comments
 (0)