corrects filter styling problem

This commit is contained in:
SimonGschnell
2024-08-07 12:00:24 +02:00
parent e7a29dc21a
commit a6bef31862
@@ -191,7 +191,7 @@ export default {
<div class="col">
<button class="btn btn-warning w-100" @click="toggleFilter('verpflichtend')">
<i class="fa fa-solid fa-triangle-exclamation me-2"></i>
<small :class="{'text-decoration-underline':filter==='ueberfaellig', 'fw-bold':filter==='ueberfaellig'}" >
<small :class="{'text-decoration-underline':filter==='verpflichtend', 'fw-bold':filter==='verpflichtend'}" >
{{$p.t('ampeln','mandatory')}}: <b>{{ count.verpflichtend }}</b>
</small>
</button>