feat(settings): wrap selection option label

Added a wrapper for the settings selection option label to make it
easier to identify (internal).
This commit is contained in:
2026-07-28 20:10:18 +02:00
committed by jakob.scheid
parent e1e5ca7a76
commit c7490d2e48
@@ -79,7 +79,9 @@ watch(selected, (newValue, oldValue) => {
<div class="option-check-mark-wrapper"> <div class="option-check-mark-wrapper">
<Icon class="option-check-mark" name="check-mark" size="1em" /> <Icon class="option-check-mark" name="check-mark" size="1em" />
</div> </div>
<div class="input-label">
{{ t(option.i18n) }} {{ t(option.i18n) }}
</div>
</label> </label>
</li> </li>
</ul> </ul>