fix: update loyalty cards and join loyalty sidebar design
This commit is contained in:
@@ -10,6 +10,7 @@ export default function BiroScript({
|
||||
color,
|
||||
textAlign,
|
||||
type,
|
||||
tilted,
|
||||
...props
|
||||
}: BiroScriptProps) {
|
||||
const Comp = asChild ? Slot : "span"
|
||||
@@ -18,6 +19,7 @@ export default function BiroScript({
|
||||
color,
|
||||
textAlign,
|
||||
type,
|
||||
tilted,
|
||||
})
|
||||
return <Comp className={classNames} {...props} />
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user