Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
istudyatuni committed May 3, 2022
1 parent cc69764 commit d1038d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Canvas.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
function init() {
gl = canvas.getContext('2d')
gl.rect(0, 0, width, height)
gl.fillStyle = 'black'
gl.fill()
draw()
Expand Down
2 changes: 1 addition & 1 deletion src/components/atoms/InputNumber.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
export let value
</script>

<span class="rounded mx-1 w-20">
<span class="rounded mx-1 w-30">
<input type="number" class="w-full px-1 rounded" bind:value on:change />
</span>

0 comments on commit d1038d8

Please sign in to comment.