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

OZG-7474 button layouts

parent 34d1c128
Branches
Tags
1 merge request!49Ozg 7474 weiterleiten button
......@@ -36,7 +36,7 @@ export const buttonVariants = cva(
{
variants: {
variant: {
primary: 'bg-primary text-white shadow-md hover:enabled:bg-primary-hover',
primary: 'bg-primary text-whitetext shadow-md hover:enabled:bg-primary-hover',
outline:
'border border-primary bg-background-50 text-primary shadow-md hover:enabled:bg-ghost-hover focus-visible:border-background-200',
ghost:
......
......@@ -44,7 +44,7 @@
variant="primary"
(clickEmitter)="abschliessen()"
>
<ods-check-icon icon class="fill-white" />
<ods-check-icon icon class="fill-whitetext" />
</ods-button-with-spinner>
}
}
......@@ -44,7 +44,7 @@
variant="primary"
(clickEmitter)="bearbeiten()"
>
<ods-edit-icon icon class="fill-white"/>
<ods-edit-icon icon class="fill-whitetext" />
</ods-button-with-spinner>
}
}
......@@ -43,7 +43,7 @@
variant="primary"
data-test-id="bescheiden-button"
>
<ods-stamp-icon icon class="fill-white" size="medium" />
<ods-stamp-icon icon class="fill-whitetext" size="medium" />
</ods-button-with-spinner>
}
}
......@@ -27,7 +27,7 @@ import { Component, Input } from '@angular/core';
@Component({
selector: 'alfa-vorgang-detail-formular-buttons',
templateUrl: './vorgang-detail-formular-buttons.component.html',
styles: [':host {@apply ml-14 flex gap-4 mb-6}'],
styles: [':host {@apply mt-4 mb-6 ml-14 flex gap-4}'],
})
export class VorgangDetailFormularButtonsComponent {
@Input() vorgangWithEingang: VorgangWithEingangResource;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment