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 23314fd commit e7bdd61Copy full SHA for e7bdd61
stories/auth/login/login.example.ts
@@ -92,14 +92,17 @@ export class UUILoginExample extends LitElement {
92
</uui-checkbox>
93
</uui-form-layout-item>
94
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>
+ <div style="text-align:right;">
+ <uui-button type="button" label="Forgot Password?"></uui-button>
+ <uui-button
+ type="submit"
+ label="Login"
+ look="primary"
+ color="positive"
+ state=${ifDefined(
103
+ this._loggingIn ? 'waiting' : undefined
104
+ )}></uui-button>
105
+ </div>
106
</form>
107
</uui-form>
108
</div>
0 commit comments