Merge branch 'dev' of github.com:dikstub-rssa/simrs-fe into fe-specialist-subspecialist-39

This commit is contained in:
Khafid Prayoga
2025-09-15 14:43:03 +07:00
20 changed files with 907 additions and 42 deletions

No files matched your search

+1 -1
View File
@@ -48,7 +48,7 @@ const labelClass = computed(() => [props.stacked ? 'block mb-1 text-sm font-medi
<template>
<div :class="wrapperClass">
<label :class="labelClass" :for="labelFor">
<label class="block text-base font-medium text-gray-600" :class="labelClass" :for="labelFor">
<slot />
</label>
</div>