Skip to content

Commit 10e08eb

Browse files
committed
refactor: font props
1 parent 237646c commit 10e08eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/ui/8bit/empty.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ const emptyMediaVariants = cva(
2626
}
2727
);
2828

29-
function Empty({ className, font, ...props }: React.ComponentProps<"div">) {
29+
function Empty({
30+
className,
31+
font,
32+
...props
33+
}: React.ComponentProps<"div"> & { font?: "normal" | "retro" }) {
3034
return (
3135
<div
3236
data-slot="empty"

0 commit comments

Comments
 (0)