dev: hotfix, text-size standardization

This commit is contained in:
2025-10-12 11:52:21 +07:00
parent 2f2e48dce4
commit f7b66d2ad8
14 changed files with 16 additions and 16 deletions

No files matched your search

@@ -15,7 +15,7 @@ const delegatedProps = computed(() => {
</script>
<template>
<ToastDescription :class="cn('text-sm opacity-90', props.class)" v-bind="delegatedProps">
<ToastDescription :class="cn('md:text-xs 2xl:text-sm opacity-90', props.class)" v-bind="delegatedProps">
<slot />
</ToastDescription>
</template>