Skip to content
Snippets Groups Projects
Commit 96f7b47a authored by Oliver Schmidt's avatar Oliver Schmidt
Browse files

OZG-7474 rename buttons, use outline

parent d4e0ad4b
No related branches found
No related tags found
1 merge request!49Ozg 7474 weiterleiten button
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
[stateResource]="commandStateResource$ | async" [stateResource]="commandStateResource$ | async"
data-test-id="abschliessen-button" data-test-id="abschliessen-button"
text="Abschließen" text="Abschließen"
variant="primary" variant="outline"
(clickEmitter)="abschliessen()" (clickEmitter)="abschliessen()"
> >
<ods-check-icon icon class="fill-whitetext" /> <ods-check-icon icon class="fill-whitetext" />
......
...@@ -39,11 +39,11 @@ ...@@ -39,11 +39,11 @@
<ods-button-with-spinner <ods-button-with-spinner
[stateResource]="commandStateResource$ | async" [stateResource]="commandStateResource$ | async"
(clickEmitter)="annehmen()" (clickEmitter)="annehmen()"
text="Vorgang annehmen" text="Annehmen"
variant="primary" variant="outline"
data-test-id="annehmen-button" data-test-id="annehmen-button"
> >
<ods-check-circle-icon icon class="fill-white" /> <ods-check-circle-icon icon />
</ods-button-with-spinner> </ods-button-with-spinner>
} }
} }
...@@ -41,10 +41,10 @@ ...@@ -41,10 +41,10 @@
[stateResource]="commandStateResource$ | async" [stateResource]="commandStateResource$ | async"
data-test-id="bearbeiten-button" data-test-id="bearbeiten-button"
text="Bearbeiten" text="Bearbeiten"
variant="primary" variant="outline"
(clickEmitter)="bearbeiten()" (clickEmitter)="bearbeiten()"
> >
<ods-edit-icon icon class="fill-whitetext" /> <ods-edit-icon icon />
</ods-button-with-spinner> </ods-button-with-spinner>
} }
} }
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
[stateResource]="commandStateResource$ | async" [stateResource]="commandStateResource$ | async"
(clickEmitter)="bescheiden()" (clickEmitter)="bescheiden()"
[text]="buttonText" [text]="buttonText"
variant="primary" variant="outline"
data-test-id="bescheiden-button" data-test-id="bescheiden-button"
> >
<ods-stamp-icon icon class="fill-whitetext" size="medium" /> <ods-stamp-icon icon size="medium" />
</ods-button-with-spinner> </ods-button-with-spinner>
} }
} }
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
data-test-id="speichern-button" data-test-id="speichern-button"
[stateResource]="submitInProgress$ | async" [stateResource]="submitInProgress$ | async"
text="Speichern" text="Speichern"
variant="primary" variant="outline"
(clickEmitter)="submit()" (clickEmitter)="submit()"
> >
<ods-save-icon icon class="fill-whitetext" /> <ods-save-icon icon class="fill-whitetext" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment