dev: hotfix, text-size standardization

This commit is contained in:
2025-10-12 11:40:53 +07:00
parent 2f2e48dce4
commit 18e00bf89a
12 changed files with 13 additions and 13 deletions
@@ -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>