fix: component style #80

Merged
tristan merged 103 commits from develop into main 2026-06-19 13:22:13 +00:00
Showing only changes of commit d74f3acc97 - Show all commits
+1 -1
View File
@@ -94,7 +94,7 @@ const describedBy = computed(() => {
const mergedGroupClass = computed(() =>
twMerge(
'checkbox-wrapper-4 mt-4 w-full',
'checkbox-wrapper-4 w-full',
props.groupClass,
),
)