dev: hotfix, text-size standardization
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user