feat: use new way to work with group sizes

This commit is contained in:
Pihkaal
2024-02-10 02:04:28 +01:00
parent 1d314d6a3d
commit 286dfefe71
3 changed files with 53 additions and 53 deletions

View File

@@ -10,6 +10,6 @@ export const Kitty = (props: { children?: ReactNode; className?: string }) => (
)}
style={{ backdropFilter: "blur(2px)" }}
>
<Terminal>{props.children}</Terminal>
<Terminal font="20px JetbrainsMono">{props.children}</Terminal>
</div>
);