feat: use new way to work with group sizes
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user