Replaced btn-outline-* with btn-* to improve accessibility

This commit is contained in:
2025-10-10 23:57:07 +02:00
parent e9162632f3
commit 4e8adcf1ff
5 changed files with 13 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
<div class="mb-4 d-flex flex-wrap gap-2">
<button class="btn btn-outline-primary">@T["Create location"]</button>
<button class="btn btn-primary">@T["Create location"]</button>
</div>