feature/project-redesign #28
@@ -90,7 +90,7 @@ const cfg = $derived(sizeConfig[size]);
|
||||
const styles = $derived(variantConfig[variant]);
|
||||
|
||||
const inputClasses = $derived(cn(
|
||||
"font-['Space_Grotesk'] rounded-none outline-none transition-all duration-200",
|
||||
'font-primary rounded-none outline-none transition-all duration-200',
|
||||
'text-neutral-900 dark:text-neutral-100',
|
||||
'placeholder:text-neutral-400 dark:placeholder:text-neutral-600',
|
||||
'disabled:opacity-50 disabled:cursor-not-allowed',
|
||||
@@ -147,7 +147,7 @@ const inputClasses = $derived(cn(
|
||||
{#if helperText}
|
||||
<span
|
||||
class={cn(
|
||||
"text-[0.625rem] font-['Space_Mono'] tracking-wide px-1",
|
||||
'text-[0.625rem] font-mono tracking-wide px-1',
|
||||
error ? 'text-brand ' : 'text-neutral-500 dark:text-neutral-400',
|
||||
)}
|
||||
>
|
||||
|
||||
@@ -37,7 +37,7 @@ let {
|
||||
|
||||
<span
|
||||
class={cn(
|
||||
"font-['Space_Mono'] tracking-widest leading-none",
|
||||
'font-mono tracking-widest leading-none',
|
||||
'inline-flex items-center gap-1.5',
|
||||
labelSizeConfig[size],
|
||||
labelVariantConfig[variant],
|
||||
|
||||
@@ -31,7 +31,7 @@ let {
|
||||
<div class="flex items-baseline gap-1">
|
||||
<span
|
||||
class={cn(
|
||||
"font-['Space_Mono'] text-2xl font-bold tabular-nums",
|
||||
'font-mono text-2xl font-bold tabular-nums',
|
||||
labelVariantConfig[variant],
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user