diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-09 11:27:11 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-09 11:27:11 -0700 |
commit | 609338de80de82143f07107e3dfbb5f55f22e6e7 (patch) | |
tree | 8ae626714633a9d964e4bda073d086c9097c15a6 /src/components/function_box.tsx | |
parent | 7cf2017e9563ec2ddd7c0b4c6e9137b1a4e5428d (diff) | |
download | compiling-the-lambda-calculus-609338de80de82143f07107e3dfbb5f55f22e6e7.tar.gz compiling-the-lambda-calculus-609338de80de82143f07107e3dfbb5f55f22e6e7.zip |
show pure function
Diffstat (limited to 'src/components/function_box.tsx')
-rw-r--r-- | src/components/function_box.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/function_box.tsx b/src/components/function_box.tsx index 8b3b243..d116a47 100644 --- a/src/components/function_box.tsx +++ b/src/components/function_box.tsx @@ -300,7 +300,7 @@ export class FunctionBox extends Node { yield* all( this.boxMoji().text("", duration), this.boxMoji().opacity(0, duration), - this.block().fontSize(30, duration), + this.block().fontSize(20, duration), this.node().opacity(1, duration), ); } |