Fix: Tweak textarea font size and tweak some copy (#4613)

This commit is contained in:
Benjamin Ottensten
2025-04-26 08:41:35 +02:00
committed by GitHub
parent c874337184
commit dda2df383a
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
class="p-2 pl-3 bg-info-lighter rounded-md flex items-center justify-between gap-x-2"
>
<p class="text-primary-focus text-body-3xs font-semibold dark:text-foreground">
You're on a free plan.
You're on the Free plan
</p>
<FormButton
size="sm"
@@ -154,7 +154,7 @@ const iconClasses = computed(() => {
const sizeClasses = computed((): string => {
switch (props.size) {
case 'sm':
return 'text-body sm:text-2xs !leading-tight'
return 'text-body sm:text-body-2xs'
case 'lg':
return 'text-body sm:text-sm'
case 'xl':