dev: hotfix, text-size standardization

This commit is contained in:
2025-10-12 11:48:10 +07:00
parent 2f2e48dce4
commit 18e00bf89a
12 changed files with 13 additions and 13 deletions

No files matched your search

+1 -1
View File
@@ -15,7 +15,7 @@ const delegatedProps = computed(() => {
</script>
<template>
<ToastTitle v-bind="delegatedProps" :class="cn('text-sm font-semibold [&+div]:text-xs', props.class)">
<ToastTitle v-bind="delegatedProps" :class="cn('md:text-xs 2xl:text-sm font-semibold [&+div]:text-xs', props.class)">
<slot />
</ToastTitle>
</template>