styling and step starts at 1
This commit is contained in:
@@ -41,7 +41,7 @@ export class UmbInstallerUser extends UmbContextConsumerMixin(LitElement) {
|
||||
}
|
||||
|
||||
#news-checkbox {
|
||||
margin-top: var(--uui-size-layout-2);
|
||||
margin-top: var(--uui-size-space-4);
|
||||
}
|
||||
|
||||
#buttons {
|
||||
|
||||
@@ -15,7 +15,7 @@ export class UmbInstaller extends UmbContextProviderMixin(LitElement) {
|
||||
static styles: CSSResultGroup = [css``];
|
||||
|
||||
@state()
|
||||
step = 3;
|
||||
step = 1;
|
||||
|
||||
constructor() {
|
||||
super();
|
||||
|
||||
Reference in New Issue
Block a user