added mobile style

This commit is contained in:
Mamalizz
2025-04-08 23:28:15 +03:30
parent 6efef078cd
commit bb8f060a38
+3 -1
View File
@@ -18,7 +18,9 @@ withDefaults(defineProps<Props>(), {
<template>
<div class="w-full flex flex-col gap-2">
<div class="flex items-center gap-1 ps-2">
<label :for="id" class="typo-label-sm">{{ label }}</label>
<label :for="id" class="typo-label-xs lg:typo-label-sm">{{
label
}}</label>
<span v-if="!!required && required" class="text-danger-600">*</span>
</div>
<slot />