Skip to content

Commit

Permalink
fix: example buttons in darkmode (bigskysoftware#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rooyca authored and cngJo committed Jul 13, 2024
1 parent c841833 commit 4215b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/content/examples/click-to-edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ return `<form hx-put="/contact/1" hx-target="this" hx-swap="outerHTML">
<label for="email">Email Address</label>
<input type="email" id="email" name="email" value="${contact.email}">
</div>
<button class="btn" type="submit">Submit</button>
<button class="btn" hx-get="/contact/1">Cancel</button>
<button class="btn primary" type="submit">Submit</button>
<button class="btn danger" hx-get="/contact/1">Cancel</button>
</form>`
}

Expand Down

0 comments on commit 4215b9b

Please sign in to comment.