#4475 Refactor remission-list.component.html button

styles
This commit is contained in:
Lorenz Hilpert
2023-11-10 14:31:57 +01:00
parent a7d4b8d7fb
commit 856ca5651e

View File

@@ -31,9 +31,10 @@
<div class="inline-flex flex-row bg-white rounded-md mt-4">
<button
class="w-48 py-2 bg-white rounded-md font-bold"
class="w-48 py-2 rounded-md font-bold"
type="button"
*ngFor="let source of sources$ | async"
[class.bg-white]="(selectedSource$ | async) !== source"
[class.bg-active-branch]="(selectedSource$ | async) === source"
[class.text-white]="(selectedSource$ | async) === source"
(click)="setSource(source)"