use new color and look attrs and login button
This commit is contained in:
@@ -101,7 +101,8 @@ export default class UmbLogin extends LitElement {
|
||||
<uui-button
|
||||
type="submit"
|
||||
label="Login"
|
||||
look="positive"
|
||||
look="primary"
|
||||
color="positive"
|
||||
state=${ifDefined(this._loggingIn ? 'waiting' : undefined)}></uui-button>
|
||||
<uui-button type="button" label="Forgot Password?"></uui-button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user