bump up the size after some optimizations

This commit is contained in:
mehbark 2023-07-20 22:52:40 -04:00
parent a0775e7aa8
commit 8c407e387a

View file

@ -8,11 +8,11 @@ const Pixel = () => (
style="position: relative; margin: 0; cursor: pointer;"
>
<summary
style="list-style: none; margin: 0; display: block; width: 100%; height: 100%;"
style="list-style: none; display: block; width: 100%; height: 100%;"
class="off"
></summary>
<div
style="margin: 0; display: block; width: 100%; height: 100%; position: absolute; top: 0; pointer-events: none;"
style="display: block; width: 100%; height: 100%; position: absolute; top: 0; pointer-events: none;"
class="on"
></div>
</details>
@ -31,7 +31,7 @@ const Pixels = ({
render_and_copy(
<Main>
<Pixels
n={20 ** 2}
n={25 ** 2}
color_a="rgb(var(--color-background))"
color_b="rgb(var(--color-foreground))"
/>