Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Apr 7, 2022
1 parent aee2802 commit 78c7ac7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/packages/form/src/Textbox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
class="block gr-box gr-input w-full gr-text-input"
bind:value
{placeholder}
{theme}
{style}
rows={lines}
/>
Expand All @@ -47,7 +46,6 @@
class="gr-box gr-input w-full gr-text-input"
{placeholder}
bind:value
{theme}
on:keypress={handle_keypress}
{style}
/>
Expand Down

0 comments on commit 78c7ac7

Please sign in to comment.