feat: abstract buttons

This commit is contained in:
Lala, Shahd
2026-05-04 09:56:09 +02:00
parent 361ce1e817
commit d471eef7af
15 changed files with 103 additions and 144 deletions
+1 -1
View File
@@ -144,7 +144,7 @@
readonly
></textarea>
<button type="button" class="export-button" (click)="completeExport()">Done</button>
<button type="button" class="app-btn w-100" (click)="completeExport()">Done</button>
@if (exportNotice) {
<p class="export-note">{{ exportNotice }}</p>