show something to indicate claims were sent (mostly in BVC screens)

This commit is contained in:
2024-04-28 18:36:06 -06:00
parent 8a9bb100ea
commit ddd32e7f44
5 changed files with 18 additions and 19 deletions

View File

@@ -544,7 +544,11 @@
<!-- toggle -->
<div class="relative ml-2">
<!-- input -->
<input type="checkbox" v-model="hideRegisterPromptOnNewContact" class="sr-only" />
<input
type="checkbox"
v-model="hideRegisterPromptOnNewContact"
class="sr-only"
/>
<!-- line -->
<div class="block bg-slate-500 w-14 h-8 rounded-full" />
<!-- dot -->