some chenges: json texts, some styles issues and functionalities

This commit is contained in:
María
2025-10-31 11:17:48 +01:00
parent ba4e01e10c
commit b90516bfc5
18 changed files with 341 additions and 292 deletions

View File

@@ -4,10 +4,10 @@
id="default-checkbox"
v-model="checkbox"
type="checkbox"
class="w-4 h-4 text-indigo-600 bg-gray-100 border-gray-300 rounded-sm focus:ring-indigo-500 dark:focus:ring-indigo-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600">
class="w-4 h-4 text-indigo-600 bg-gray-100 border-gray-300 rounded-sm focus:ring-indigo-500 focus:ring-2">
<label
for="default-checkbox"
class="ms-2 text-sm dark:text-gray-300"
class="ms-2 text-sm"
>{{ label }}</label>
</div>
</template>