Large text

This commit is contained in:
Isra 2024-04-04 19:45:22 -05:00
parent 6fe063db4d
commit 7de093ef20

View File

@ -32,7 +32,7 @@ export function Banner(props: {
"flex items-center justify-center p-4", "flex items-center justify-center p-4",
].join(" ")} ].join(" ")}
> >
<div className="flex items-center space-x-3"> <div className="flex items-center space-x-3 text-lg">
<Icon icon={icons[props.type]} /> <Icon icon={icons[props.type]} />
<div>{props.children}</div> <div>{props.children}</div>
</div> </div>