styling and step starts at 1

This commit is contained in:
JesmoDev
2022-06-03 10:43:56 +02:00
parent eb68e45c69
commit 9a33f10997
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -15,7 +15,7 @@ export class UmbInstaller extends UmbContextProviderMixin(LitElement) {
static styles: CSSResultGroup = [css``];
@state()
step = 3;
step = 1;
constructor() {
super();