Skip to content

Commit

Permalink
fix tweeks
Browse files Browse the repository at this point in the history
  • Loading branch information
everywherejacobkim committed Sep 25, 2023
1 parent 5bf832f commit 6f501d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/CheckoutForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
id="message"
bind:value={message}
rows="4"
required
class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:border-royalBlue-500"
placeholder="KDD에 하시고 싶으신 말씀이나 건의사항이 있다면 남겨주세요."
class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:border-royalBlue-500 text-sm"
></textarea>
</div>

Expand Down
Binary file removed src/lib/images/checkout-image.jpg
Binary file not shown.

0 comments on commit 6f501d1

Please sign in to comment.