We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc0e8a commit 0186a87Copy full SHA for 0186a87
packages/mini-terminal/src/mini-terminal-transition.tsx
@@ -24,6 +24,7 @@ function MiniTerminalTransition({
24
title={title}
25
{...rest}
26
className={"ch-terminal-container " + className}
27
+ theme={{}}
28
>
29
<InnerTerminalTransition
30
{...{ prev, prevKey, next, nextKey, progress }}
0 commit comments