Skip to content

Commit

Permalink
Merge pull request #275 from appwrite/fix-date-input-button
Browse files Browse the repository at this point in the history
fix: date input button
  • Loading branch information
TorstenDittmann authored Feb 10, 2023
2 parents a03187a + 88e60f2 commit c802d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/elements/forms/inputDateTime.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</span>
</label>

<div class="input-text-wrapper">
<div class="input-text-wrapper" style="--amount-of-buttons:1; --button-size: 1rem">
<input
{id}
{disabled}
Expand Down

1 comment on commit c802d81

@vercel
Copy link

@vercel vercel bot commented on c802d81 Feb 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.