fix: payload building issues
This commit is contained in:
@@ -11,7 +11,7 @@ interface Props {
|
||||
const { variant = 'solid', href, class: className = '', ariaLabel } = Astro.props;
|
||||
const base =
|
||||
'inline-flex items-center gap-1.5 rounded-full font-label-md tracking-wider uppercase text-[11px] px-2.5 py-1 transition-colors duration-200';
|
||||
const variants: Record = {
|
||||
const variants: Record<Variant, string> = {
|
||||
solid: 'bg-primary text-white',
|
||||
outline: 'border border-primary/40 text-primary',
|
||||
soft: 'bg-primary/10 text-primary',
|
||||
|
||||
Reference in New Issue
Block a user