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

@@ -10,7 +10,7 @@
<div class="container py-4">
<h2 class="mb-3">@T["Overview"]</h2>
<div class="mb-4 d-flex flex-wrap gap-2">
<button class="btn btn-outline-primary">@T["Inventory asset"]</button>
<button class="btn btn-outline-primary">@T["Create user"]</button>
<button class="btn btn-primary">@T["Inventory asset"]</button>
<button class="btn btn-primary">@T["Create user"]</button>
</div>
</div>