mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
fix(front): adjust error message font size in InputField and InputGroupField components for better readability
This commit is contained in:
@@ -46,6 +46,6 @@ const addInput = ref('')
|
||||
><LucidePlus class="size-4"
|
||||
/></Button>
|
||||
</div>
|
||||
<p v-if="errorMessage" class="text-sm text-destructive">{{ errorMessage }}</p>
|
||||
<p v-if="errorMessage" class="text-xs text-destructive">{{ errorMessage }}</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user